| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.component.ConfigurableBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.field.FieldBase
org.kuali.rice.krad.uif.field.FieldGroup
public class FieldGroup
Field that contains a nested Group. Can be used to group
 together fields by providing a group without header and footer, or simply to
 nest full groups. The items getter/setter provided is for convenience and
 will set the items List in the nested Group
| Field Summary | 
|---|
| Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered | 
|---|
| INITIAL_ORDER_VALUE | 
| Fields inherited from interface org.springframework.core.Ordered | 
|---|
| HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE | 
| Constructor Summary | |
|---|---|
| FieldGroup() | |
| Method Summary | |
|---|---|
|  List<Component> | getComponentsForLifecycle()List of components that are contained within the component and should be sent through the lifecycle | 
|  Group | getGroup()Groupinstance that is contained within in the field | 
|  List<? extends Component> | getItems()List of Componentinstances contained in the nested group | 
|  void | performInitialization(View view,
                                           Object model)The following initialization is performed: Set the align on group if empty and the align has been set on the field | 
|  void | setGroup(Group group)Setter for the field's nested group | 
|  void | setItems(List<? extends Component> items)Setter for the field's nested group items | 
| Methods inherited from class org.kuali.rice.krad.uif.field.FieldBase | 
|---|
| getComponentSecurity, getComponentSecurityClass, getComponentTypeName, getLabel, getLabelField, getLabelPlacement, getShortLabel, isLabelFieldRendered, performFinalize, setComponentSecurity, setLabel, setLabelField, setLabelFieldRendered, setLabelPlacement, setShortLabel, setShowLabel | 
| Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase | 
|---|
| getPropertyExpression, getPropertyExpressions, setPropertyExpressions | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.krad.uif.component.Configurable | 
|---|
| getPropertyExpression, getPropertyExpressions, setPropertyExpressions | 
| Constructor Detail | 
|---|
public FieldGroup()
| Method Detail | 
|---|
public void performInitialization(View view,
                                  Object model)
performInitialization in interface ComponentperformInitialization in class FieldBaseview - - view instance in which the component belongsmodel - - object instance containing the view dataComponentBase.performInitialization(org.kuali.rice.krad.uif.view.View, java.lang.Object)public List<Component> getComponentsForLifecycle()
Component
 Used by ViewHelperService for the various lifecycle
 callbacks
 
getComponentsForLifecycle in interface ComponentgetComponentsForLifecycle in class FieldBaseComponentBase.getComponentsForLifecycle()public Group getGroup()
Group instance that is contained within in the field
public void setGroup(Group group)
group - public List<? extends Component> getItems()
Component instances contained in the nested group
 
 Convenience method for configuration to get the items List from the field's nested group
public void setItems(List<? extends Component> items)
Convenience method for configuration to set the items List for the field's nested group
items - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||