org.kuali.rice.krad.uif.modifier
Class LabelSeparateModifier
java.lang.Object
   org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
       org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
           org.kuali.rice.krad.uif.modifier.ComponentModifierBase
org.kuali.rice.krad.uif.modifier.ComponentModifierBase
               org.kuali.rice.krad.uif.modifier.LabelSeparateModifier
org.kuali.rice.krad.uif.modifier.LabelSeparateModifier
- All Implemented Interfaces: 
- Serializable, Cloneable, DictionaryBean, UifDictionaryBean, ComponentModifier, org.springframework.core.Ordered
- public class LabelSeparateModifier 
- extends ComponentModifierBase
Pulls Label instances out of a contained field so they will
 be placed separately in the LayoutManager
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
| Fields inherited from interface org.springframework.core.Ordered | 
| HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE | 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
LabelSeparateModifier
public LabelSeparateModifier()
performModification
public void performModification(View view,
                                Object model,
                                Component component)
- Iterates through the Groupitems and if the label field is
 not null and should be rendered, adds it to the new field list
 immediately before theFielditem the label applies to.
 Finally the new list of components is set on the group
 
- 
- Parameters:
- view- - the view instance to which the component belongs
- model- - top level object containing the view data
- component- - the component instance to modify
- See Also:
- ComponentModifier.performModification(org.kuali.rice.krad.uif.view.View,
      java.lang.Object, org.kuali.rice.krad.uif.component.Component)
 
getSupportedComponents
public Set<Class<? extends Component>> getSupportedComponents()
- Description copied from interface: ComponentModifier
- Setof- Componentclasses 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
  - 
 
- 
- Returns:
- Set component classes
- See Also:
- ComponentModifier.getSupportedComponents()
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.