@groovy.transform.Trait trait PropertyMarkupRenderer extends java.lang.Object
Used to render markup that represents a single domain class property
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Map |
getStandardAttributes(DomainProperty property) Builds the standard html attributes that will be passed to grails.plugin.scaffolding.registry.DomainInputRenderer#renderInput |
|
abstract groovy.lang.Closure |
renderInput(DomainProperty property) Defines how a given domain class property will be rendered in the context of a form |
|
abstract groovy.lang.Closure |
renderListOutput(DomainProperty property) Defines how a given domain class property will be rendered in the context of a list of domains class instances |
|
abstract groovy.lang.Closure |
renderOutput(DomainProperty property) Defines how a given domain class property will be rendered in the context of a single domains class instance |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
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