Package org.grails.scaffolding.registry
Interface DomainInputRenderer
- All Superinterfaces:
DomainRenderer
Used to render a single domain class property on a form
-
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.ClosurerenderInput(Map defaultAttributes, DomainProperty property) Defines how a given domain class property will be rendered in the context of a formMethods inherited from interface org.grails.scaffolding.registry.DomainRenderer
supports
-
Method Details
-
renderInput
Defines how a given domain class property will be rendered in the context of a form- Parameters:
defaultAttributes- The default html element attributesproperty- The domain property to be rendered- Returns:
- The closure to be passed to an instance of
MarkupBuilder
-