JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
afterPropertiesSet()
- Method in
DomainRendererRegisterer
applyConstraint(java.lang.String, java.lang.Object)
- Method in
Constrained
artefactTypes
- Property in
ScaffoldingControllerInjector
AssociationInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering associations
AssociationInputRenderer()
- Constructor in
AssociationInputRenderer
author
- Property in
ScaffoldingGrailsPlugin
authorEmail
- Property in
ScaffoldingGrailsPlugin
B
BidirectionalToManyInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering bidirectional to many associations
BidirectionalToManyInputRenderer(grails.web.mapping.LinkGenerator)
- Constructor in
BidirectionalToManyInputRenderer
BooleanInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering boolean properties
BooleanInputRenderer()
- Constructor in
BooleanInputRenderer
build(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty)
- Method in
DomainPropertyFactory
Parameters:
rootProperty
- The root property.
build(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty)
- Method in
DomainPropertyFactoryImpl
buildCacheKey(java.lang.String)
- Method in
ScaffoldingViewResolver
buildPropertyPath(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DefaultOutputRenderer
C
callMethod(java.lang.String, java.lang.Object)
- Method in
Constrained
callWithDelegate(java.lang.Object, groovy.lang.Closure)
- Method in
DomainMarkupRendererImpl
compareTo(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DomainPropertyImpl
Constrained
- Class in
org.grails.scaffolding.model.property
constrained1
- Property in
Constrained
Constrained(grails.gorm.validation.Constrained)
- Constructor in
Constrained
constrained
- Property in
DomainPropertyImpl
ContextMarkupRenderer
- Interface in
org.grails.scaffolding.markup
Used to output context surrounding any given content.
contextMarkupRenderer(ObjectProvider<MessageSource>)
- Method in
ScaffoldingBeanConfiguration
ContextMarkupRendererImpl
- Class in
org.grails.scaffolding.markup
See Also:
ContextMarkupRenderer
ContextMarkupRendererImpl(org.springframework.context.MessageSource)
- Constructor in
ContextMarkupRendererImpl
convertEmptyStringsToNull
- Property in
DomainPropertyFactoryImpl
convertEmptyStringsToNull
- Field in
DomainPropertyImpl
CurrencyInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.util.Currency properties
CurrencyInputRenderer()
- Constructor in
CurrencyInputRenderer
D
DateInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering date properties
DateInputRenderer()
- Constructor in
DateInputRenderer
DefaultInputRenderer
- Class in
org.grails.scaffolding.registry.input
The renderer chosen for outputting domain properties when no other renderers support the given property
DefaultInputRenderer()
- Constructor in
DefaultInputRenderer
DefaultOutputRenderer
- Class in
org.grails.scaffolding.registry.output
The renderer chosen for displaying domain properties when no other renderers support the given property
DefaultOutputRenderer()
- Constructor in
DefaultOutputRenderer
description
- Property in
ScaffoldingGrailsPlugin
documentation
- Property in
ScaffoldingGrailsPlugin
domainClass
- Property in
DomainPropertyImpl
DomainInputRenderer
- Interface in
org.grails.scaffolding.registry
Used to render a single domain class property on a form
DomainInputRendererRegistry
- Class in
org.grails.scaffolding.registry
A registry of
DomainInputRenderer
instances
domainInputRendererRegistry
- Property in
PropertyMarkupRendererImpl
domainInputRendererRegistry()
- Method in
ScaffoldingBeanConfiguration
DomainMarkupRenderer
- Interface in
org.grails.scaffolding.markup
Used to output markup that represents a given domain class.
domainMarkupRenderer(org.grails.scaffolding.model.DomainModelService, org.grails.scaffolding.markup.PropertyMarkupRenderer, org.grails.scaffolding.markup.ContextMarkupRenderer)
- Method in
ScaffoldingBeanConfiguration
DomainMarkupRendererImpl
- Class in
org.grails.scaffolding.markup
See Also:
DomainMarkupRenderer
DomainMarkupRendererImpl(org.grails.scaffolding.model.DomainModelService, org.grails.scaffolding.markup.PropertyMarkupRenderer, org.grails.scaffolding.markup.ContextMarkupRenderer)
- Constructor in
DomainMarkupRendererImpl
DomainModelService
- Interface in
org.grails.scaffolding.model
An API to retrieve properties from a PersistentEntity
domainModelService(org.grails.scaffolding.model.property.DomainPropertyFactory)
- Method in
ScaffoldingBeanConfiguration
DomainModelServiceImpl
- Class in
org.grails.scaffolding.model
See Also:
DomainModelService
DomainModelServiceImpl(org.grails.scaffolding.model.property.DomainPropertyFactory)
- Constructor in
DomainModelServiceImpl
DomainOutputRenderer
- Interface in
org.grails.scaffolding.registry
Used to render markup that represents how single domain class property will be displayed
DomainOutputRendererRegistry
- Class in
org.grails.scaffolding.registry
A registry of
DomainOutputRenderer
instances
domainOutputRendererRegistry
- Property in
PropertyMarkupRendererImpl
domainOutputRendererRegistry()
- Method in
ScaffoldingBeanConfiguration
DomainProperty
- Interface in
org.grails.scaffolding.model.property
An API to join the PersistentProperty to the Validator to assist with scaffolding
DomainPropertyFactory
- Interface in
org.grails.scaffolding.model.property
A factory to create instances of
DomainProperty
domainPropertyFactory
- Property in
DomainModelServiceImpl
domainPropertyFactory(ObjectProvider<MappingContext>)
- Method in
ScaffoldingBeanConfiguration
DomainPropertyFactoryImpl
- Class in
org.grails.scaffolding.model.property
See Also:
DomainPropertyFactory
DomainPropertyFactoryImpl(org.grails.datastore.mapping.model.MappingContext)
- Constructor in
DomainPropertyFactoryImpl
DomainPropertyImpl
- Class in
org.grails.scaffolding.model.property
See Also:
DomainProperty
DomainPropertyImpl(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.MappingContext)
- Constructor in
DomainPropertyImpl
domainRegistryEntries
- Field in
DomainRendererRegistry
DomainRenderer
- Interface in
org.grails.scaffolding.registry
Used to render markup for a domain class property
DomainRendererRegisterer
- Class in
org.grails.scaffolding.registry
Bean for registering the default domain renderers
DomainRendererRegisterer(org.grails.scaffolding.registry.DomainInputRendererRegistry, org.grails.scaffolding.registry.DomainOutputRendererRegistry, grails.web.mapping.LinkGenerator)
- Constructor in
DomainRendererRegisterer
domainRendererRegisterer(org.grails.scaffolding.registry.DomainInputRendererRegistry, org.grails.scaffolding.registry.DomainOutputRendererRegistry, ObjectProvider<LinkGenerator>)
- Method in
ScaffoldingBeanConfiguration
DomainRendererRegistry
- Class in
org.grails.scaffolding.registry
A registry of domain property renderers sorted by priority and order of addition
E
embeddedInputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRenderer
Defines the context for rendering a the input of an embedded domain class property
embeddedInputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRendererImpl
embeddedOutputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRenderer
Defines the context for rendering a the output of an embedded domain class property
embeddedOutputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRendererImpl
EnumInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering enum properties
EnumInputRenderer()
- Constructor in
EnumInputRenderer
F
FileInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering byte[] or Blob properties
FileInputRenderer()
- Constructor in
FileInputRenderer
findInputProperties(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure)
- Method in
DomainModelService
The list of
DomainProperty
instances that allow for user input and the closure returns true for
findInputProperties(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure)
- Method in
DomainModelServiceImpl
Will return all properties in a domain class that the provided closure returns true for.
G
generate()
- Method in
ScaffoldGenerator
generatedViewCache
- Field in
ScaffoldingViewResolver
get(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DomainRendererRegistry
getAssociatedClassName(org.grails.scaffolding.model.property.DomainProperty)
- Method in
BidirectionalToManyInputRenderer
getAssociatedEntity()
- Method in
DomainProperty
Returns:
The associated entity if the property is an assocation
getAssociatedEntity()
- Method in
DomainPropertyImpl
getAssociatedType()
- Method in
DomainProperty
Returns:
The type of the association
getAssociatedType()
- Method in
DomainPropertyImpl
getBeanType()
- Method in
DomainProperty
Returns:
The class the property belongs to
getBeanType()
- Method in
DomainPropertyImpl
getConstrained()
- Method in
DomainProperty
Returns:
The constraints of the property
getDefaultCurrencyCodes()
- Method in
CurrencyInputRenderer
getDefaultLabel()
- Method in
DomainProperty
Returns:
The default label for the property (natural name)
getDefaultLabel()
- Method in
DomainPropertyImpl
getDefaultOption()
- Method in
CurrencyInputRenderer
getDefaultOption()
- Method in
LocaleInputRenderer
getDefaultOption()
- Method in
MapToSelectInputRenderer
Returns:
The default
to be selected in the select element
getDefaultOption()
- Method in
TimeZoneInputRenderer
getDefaultTableHeader(org.grails.scaffolding.model.property.DomainProperty)
- Method in
ContextMarkupRendererImpl
getDomainClass()
- Method in
DomainProperty
Returns:
The PersistentEntity the property belongs to
getDomainRegistryEntries()
- Method in
DomainRendererRegistry
getEnumValues(org.grails.scaffolding.model.property.DomainProperty)
- Method in
EnumInputRenderer
getFormat()
- Method in
Constrained
getInList()
- Method in
Constrained
getInputProperties(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainModelService
The list of
DomainProperty
instances that allow for user input
getInputProperties(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainModelServiceImpl
getLabelKeys()
- Method in
DomainProperty
Returns:
i18n message keys to resolve the label of the property
getLabelKeys()
- Method in
DomainPropertyImpl
getLabelText(org.grails.scaffolding.model.property.DomainProperty)
- Method in
ContextMarkupRendererImpl
getListOutputProperties(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainModelService
The list of
DomainProperty
instances that are to be visible in a list context
getListOutputProperties(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainModelServiceImpl
getMatches()
- Method in
Constrained
getMax()
- Method in
Constrained
getMaxListOutputSize()
- Method in
DomainMarkupRendererImpl
Determines how many properties will be included in the list output
getMaxSize()
- Method in
Constrained
getMin()
- Method in
Constrained
getMinSize()
- Method in
Constrained
getNotEqual()
- Method in
Constrained
getOptionKey(java.util.Currency)
- Method in
CurrencyInputRenderer
getOptionKey(java.util.Locale)
- Method in
LocaleInputRenderer
getOptionKey(T)
- Method in
MapToSelectInputRenderer
Defines how a given
should be uniquely identified in a select element
getOptionKey(java.util.TimeZone)
- Method in
TimeZoneInputRenderer
getOptions()
- Method in
CurrencyInputRenderer
getOptions()
- Method in
LocaleInputRenderer
getOptions()
- Method in
MapToSelectInputRenderer
Builds the options to be displayed
getOptions()
- Method in
TimeZoneInputRenderer
getOptionValue(java.util.Currency)
- Method in
CurrencyInputRenderer
getOptionValue(java.util.Locale)
- Method in
LocaleInputRenderer
getOptionValue(T)
- Method in
MapToSelectInputRenderer
Defines how a given
should be displayed in a select element
getOptionValue(java.util.TimeZone)
- Method in
TimeZoneInputRenderer
getOrder()
- Method in
Constrained
getOutputProperties(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainModelService
The list of
DomainProperty
instances that are to be visible
getOutputProperties(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainModelServiceImpl
getOwner()
- Method in
Constrained
getPathFromRoot()
- Method in
DomainProperty
Returns:
The path of the property from the root domain class
getPersistentProperty()
- Method in
DomainProperty
Returns:
The PersistentProperty that represents this property
getProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>)
- Method in
DomainModelServiceImpl
getPropertyName(org.grails.scaffolding.model.property.DomainProperty)
- Method in
BidirectionalToManyInputRenderer
getRange()
- Method in
Constrained
getRootBeanType()
- Method in
DomainProperty
Returns:
The class the root property belongs to
getRootBeanType()
- Method in
DomainPropertyImpl
getRootProperty()
- Method in
DomainProperty
Returns:
The root property
getScale()
- Method in
Constrained
getSize()
- Method in
Constrained
getStandardAttributes(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRenderer
Builds the standard html attributes that will be passed to grails.plugin.scaffolding.registry.DomainInputRenderer#renderInput
getWidget()
- Method in
Constrained
grailsVersion
- Property in
ScaffoldingGrailsPlugin
H
hasAppliedConstraint(java.lang.String)
- Method in
Constrained
hasInputProperty(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure)
- Method in
DomainModelService
Determines if the closure returns true for any input
DomainProperty
hasInputProperty(org.grails.datastore.mapping.model.PersistentEntity, groovy.lang.Closure)
- Method in
DomainModelServiceImpl
Returns true if the provided closure returns true for any domain class property.
I
InListInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering properties with an inList constraint
InListInputRenderer()
- Constructor in
InListInputRenderer
inputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRenderer
Defines the context for rendering a single domain class property input (select, textarea, etc)
inputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRendererImpl
isBlank()
- Method in
Constrained
isCreditCard()
- Method in
Constrained
isDisplay()
- Method in
Constrained
isEditable()
- Method in
Constrained
isEmail()
- Method in
Constrained
isNull()
- Method in
Constrained
isNullable()
- Method in
Constrained
isPassword()
- Method in
Constrained
isRequired()
- Method in
DomainProperty
Returns:
Whether the property is required
isRequired()
- Method in
DomainPropertyImpl
issueManagement
- Property in
ScaffoldingGrailsPlugin
isUrl()
- Method in
Constrained
J
K
L
license
- Property in
ScaffoldingGrailsPlugin
linkGenerator
- Field in
BidirectionalToManyInputRenderer
listOutputContext(org.grails.datastore.mapping.model.PersistentEntity, List<DomainProperty>, groovy.lang.Closure)
- Method in
ContextMarkupRenderer
Defines the context for rendering a list of domain class instances
listOutputContext(org.grails.datastore.mapping.model.PersistentEntity, List<DomainProperty>, groovy.lang.Closure)
- Method in
ContextMarkupRendererImpl
loadView(java.lang.String, java.util.Locale)
- Method in
ScaffoldingViewResolver
LocaleInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.util.Locale properties
LocaleInputRenderer()
- Constructor in
LocaleInputRenderer
M
MapToSelectInputRenderer
- Trait in
org.grails.scaffolding.registry.input
A class to easily render a select element based on a given set of options and a default option
N
NumberInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.lang.Number or primitive properties
NumberInputRenderer()
- Constructor in
NumberInputRenderer
O
outputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRenderer
Defines the context for rendering a single domain class property output
outputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure)
- Method in
ContextMarkupRendererImpl
outputMarkupContent(groovy.lang.Closure)
- Method in
DomainMarkupRendererImpl
P
pathFromRoot
- Property in
DomainPropertyImpl
performInjection(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode)
- Method in
ScaffoldingControllerInjector
performInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode)
- Method in
ScaffoldingControllerInjector
persistentProperty
- Property in
DomainPropertyImpl
pluginExcludes
- Property in
ScaffoldingGrailsPlugin
PROPERTY_SCAFFOLD
- Field in
ScaffoldingControllerInjector
PropertyMarkupRenderer
- Trait in
org.grails.scaffolding.markup
Used to render markup that represents a single domain class property
propertyMarkupRenderer(org.grails.scaffolding.registry.DomainInputRendererRegistry, org.grails.scaffolding.registry.DomainOutputRendererRegistry)
- Method in
ScaffoldingBeanConfiguration
PropertyMarkupRendererImpl
- Class in
org.grails.scaffolding.markup
See Also:
PropertyMarkupRenderer
PropertyMarkupRendererImpl(org.grails.scaffolding.registry.DomainInputRendererRegistry, org.grails.scaffolding.registry.DomainOutputRendererRegistry)
- Constructor in
PropertyMarkupRendererImpl
Q
R
registerRenderers()
- Method in
DomainRendererRegisterer
RENDERER_SEQUENCE
- Field in
DomainRendererRegistry
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
AssociationInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
BidirectionalToManyInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
BooleanInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
DateInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
DefaultInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
DomainInputRenderer
Defines how a given domain class property will be rendered in the context of a form
renderInput(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainMarkupRenderer
Designed to render a form that will allow users to create or edit domain class instances.
renderInput(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainMarkupRendererImpl
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
EnumInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
FileInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
InListInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
MapToSelectInputRenderer
See Also:
DomainInputRenderer#renderInput()#renderInput()
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
NumberInputRenderer
renderInput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRenderer
Defines how a given domain class property will be rendered in the context of a form
renderInput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRendererImpl
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
StringInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
TextareaInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
TimeInputRenderer
renderInput(java.util.Map, org.grails.scaffolding.model.property.DomainProperty)
- Method in
UrlInputRenderer
renderListOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DefaultOutputRenderer
renderListOutput(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainMarkupRenderer
Designed to render a "list" page that will display a list of domain class instances.
renderListOutput(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainMarkupRendererImpl
renderListOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DomainOutputRenderer
Defines how a given domain class property will be rendered in the context of a list of domains class instances
renderListOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRenderer
Defines how a given domain class property will be rendered in the context of a list of domains class instances
renderListOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRendererImpl
renderOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DefaultOutputRenderer
renderOutput(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainMarkupRenderer
Designed to render a "show" page that will display a single domain class instance.
renderOutput(org.grails.datastore.mapping.model.PersistentEntity)
- Method in
DomainMarkupRendererImpl
renderOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DomainOutputRenderer
Defines how a given domain class property will be rendered in the context of a single domain class instance
renderOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRenderer
Defines how a given domain class property will be rendered in the context of a single domains class instance
renderOutput(org.grails.scaffolding.model.property.DomainProperty)
- Method in
PropertyMarkupRendererImpl
resolveMessage(List<String>, java.lang.String)
- Method in
ContextMarkupRendererImpl
resourceLoader
- Property in
ScaffoldingViewResolver
revoke()
- Method in
ScaffoldGenerator
rootProperty
- Property in
DomainPropertyImpl
S
ScaffoldGenerator
- Class in
org.grails.cli.generator
Scaffold generator
ScaffoldGenerator()
- Constructor in
ScaffoldGenerator
ScaffoldingAutoConfiguration
- Class in
grails.plugin.scaffolding
EnableAutoConfiguration for Scaffolding
ScaffoldingBeanConfiguration
- Class in
org.grails.scaffolding
EnableAutoConfiguration for Scaffolding
ScaffoldingControllerInjector
- Class in
org.grails.compiler.scaffolding
Transformation that turns a controller into a scaffolding controller at compile time, when 'static scaffold = Foo' is specified
ScaffoldingControllerInjector()
- Constructor in
ScaffoldingControllerInjector
ScaffoldingGrailsPlugin
- Class in
grails.plugin.scaffolding
ScaffoldingGrailsPlugin()
- Constructor in
ScaffoldingGrailsPlugin
ScaffoldingViewResolver
- Class in
grails.plugin.scaffolding
Authors:
Graeme Rocher
scaffoldingViewResolver(ObjectProvider<GrailsApplication>, ObjectProvider<GrailsConventionGroovyPageLocator>, ObjectProvider<GroovyPagesTemplateEngine>)
- Method in
ScaffoldingAutoConfiguration
ScaffoldingViewResolver()
- Constructor in
ScaffoldingViewResolver
scm
- Property in
ScaffoldingGrailsPlugin
setRootProperty(org.grails.datastore.mapping.model.PersistentProperty)
- Method in
DomainProperty
Sets the root property
setRootProperty(org.grails.datastore.mapping.model.PersistentProperty)
- Method in
DomainPropertyImpl
shouldInject(java.net.URL)
- Method in
ScaffoldingControllerInjector
StringInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.lang.String properties
StringInputRenderer()
- Constructor in
StringInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
AssociationInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
BidirectionalToManyInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
BooleanInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
CurrencyInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DateInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DefaultInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DefaultOutputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
DomainRenderer
Determines if the renderer supports rendering the given property
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
EnumInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
FileInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
InListInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
LocaleInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
NumberInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
StringInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
TextareaInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
TimeInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
TimeZoneInputRenderer
supports(org.grails.scaffolding.model.property.DomainProperty)
- Method in
UrlInputRenderer
T
TextareaInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering properties with the constraint
[widget: "textarea"]
TextareaInputRenderer()
- Constructor in
TextareaInputRenderer
TimeInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.sql.Time properties
TimeInputRenderer()
- Constructor in
TimeInputRenderer
TimeZoneInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.util.TimeZone properties
TimeZoneInputRenderer()
- Constructor in
TimeZoneInputRenderer
title
- Property in
ScaffoldingGrailsPlugin
toPropertyNameFormat(java.lang.Class)
- Method in
ContextMarkupRendererImpl
trimStrings
- Property in
DomainPropertyFactoryImpl
trimStrings
- Field in
DomainPropertyImpl
U
UrlInputRenderer
- Class in
org.grails.scaffolding.registry.input
The default renderer for rendering java.net.URL properties
UrlInputRenderer()
- Constructor in
UrlInputRenderer
V
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation