Class UifOptionGroupLabel

java.lang.Object
org.kuali.rice.core.api.util.AbstractKeyValue
org.kuali.rice.krad.uif.util.UifOptionGroupLabel
All Implemented Interfaces:
Serializable, KeyValue

public class UifOptionGroupLabel extends AbstractKeyValue
KeyValue that has an additional label property for hierarchical dropdowns.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • UifOptionGroupLabel

      public UifOptionGroupLabel()
      Base constructor
    • UifOptionGroupLabel

      public UifOptionGroupLabel(String label)
  • Method Details

    • getLabel

      public String getLabel()
      Get the label for the option group.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      See Also: