interface DomainInputRenderer extends DomainRenderer
Used to render a single domain class property on a form
Type Params | Return Type | Name and description |
---|---|---|
|
abstract groovy.lang.Closure |
renderInput(java.util.Map defaultAttributes, DomainProperty property) Defines how a given domain class property will be rendered in the context of a form |
Methods inherited from class | Name |
---|---|
interface DomainRenderer |
supports |
Defines how a given domain class property will be rendered in the context of a form
defaultAttributes
- The default html element attributesproperty
- The domain property to be rendered