| Type Params | Return Type | Name and description |
|---|---|---|
|
Map |
getStandardAttributes(DomainProperty property)Builds the standard html attributes that will be passed to grails.plugin.scaffolding.registry.DomainInputRenderer#renderInput |
|
abstract Closure<MarkupBuilder> |
renderInput(DomainProperty property)Defines how a given domain class property will be rendered in the context of a form |
|
abstract Closure<MarkupBuilder> |
renderListOutput(DomainProperty property)Defines how a given domain class property will be rendered in the context of a list of domains class instances |
|
abstract Closure<MarkupBuilder> |
renderOutput(DomainProperty property)Defines how a given domain class property will be rendered in the context of a single domains class instance |
Builds the standard html attributes that will be passed to grails.plugin.scaffolding.registry.DomainInputRenderer#renderInput
property - The domain property to be renderedDefines how a given domain class property will be rendered in the context of a form
property - The domain property to be renderedDefines how a given domain class property will be rendered in the context of a list of domains class instances
property - The domain property to be renderedDefines how a given domain class property will be rendered in the context of a single domains class instance
property - The domain property to be rendered