Package | Description |
---|---|
org.kuali.rice.krad.uif.component | |
org.kuali.rice.krad.uif.modifier |
Modifier and Type | Method and Description |
---|---|
List<ComponentModifier> |
ComponentBase.getComponentModifiers() |
List<ComponentModifier> |
Component.getComponentModifiers()
ComponentModifier instances that should be invoked to
initialize the component |
Modifier and Type | Method and Description |
---|---|
void |
ComponentBase.setComponentModifiers(List<ComponentModifier> componentModifiers) |
void |
Component.setComponentModifiers(List<ComponentModifier> componentModifiers)
Setter for the components List of
ComponentModifier
instances |
Modifier and Type | Class and Description |
---|---|
class |
CompareFieldCreateModifier
Generates
Field instances to produce a comparison view among
objects of the same type |
class |
ComponentConvertModifier
For a given
Component instance converts all component properties
of a certain type to instances of another configured Component . |
class |
ComponentModifierBase
Base class for
ComponentModifier implementations |
class |
LabelFieldSeparateModifier
Pulls
LabelField instances out of a contained field so they will
be placed separately in the LayoutManager |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.