I would like to create a custom simple constraint (like display and editable) which I can use within my Domain class. Is it possible to extend ConstrainedProperty class?
To create your own constraint:
Take a look at the grails implementation of the size constraint for an example.