public class LabelFieldSeparateModifier extends ComponentModifierBase
LabelField instances out of a contained field so they will
be placed separately in the LayoutManagerINITIAL_ORDER_VALUE| Constructor and Description |
|---|
LabelFieldSeparateModifier() |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends Component>> |
getSupportedComponents()
Set of Component classes that may be sent to
the modifier |
void |
performModification(View view,
Object model,
Component component)
Iterates through the
Group items and if the label field is
not null and should be rendered, adds it to the new field list
immediately before the Field item the label applies to. |
getComponentPrototypes, getOrder, getRunCondition, getRunPhase, performInitialization, setOrder, setRunCondition, setRunPhasegetPropertyExpression, getPropertyExpressions, setPropertyExpressionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyExpression, getPropertyExpressions, setPropertyExpressionspublic LabelFieldSeparateModifier()
public void performModification(View view, Object model, Component component)
Group items and if the label field is
not null and should be rendered, adds it to the new field list
immediately before the Field item the label applies to.
Finally the new list of components is set on the groupview - - the view instance to which the component belongsmodel - - top level object containing the view datacomponent - - the component instance to modifyComponentModifier.performModification(org.kuali.rice.krad.uif.view.View,
java.lang.Object, org.kuali.rice.krad.uif.component.Component)public Set<Class<? extends Component>> getSupportedComponents()
ComponentModifierSet of Component classes that may be sent to
the modifier
If an empty or null list is returned, it is assumed the modifier supports all components. The returned set will be used by the dictionary validation
ComponentModifier.getSupportedComponents()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.