interface DomainOutputRenderer extends DomainRenderer
Used to render markup that represents how single domain class property will be displayed
Type Params | Return Type | Name and description |
---|---|---|
|
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 domain class instance |
Methods inherited from class | Name |
---|---|
interface DomainRenderer |
supports |
Defines 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 domain class instance
property
- The domain property to be rendered