Package org.kuali.rice.krad.uif.util
Class UifOptionGroupLabel
java.lang.Object
org.kuali.rice.core.api.util.AbstractKeyValue
org.kuali.rice.krad.uif.util.UifOptionGroupLabel
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.util.KeyValue
public class UifOptionGroupLabel
extends org.kuali.rice.core.api.util.AbstractKeyValue
KeyValue that has an additional label property for hierarchical dropdowns.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.core.api.util.AbstractKeyValue
disabled, key, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.core.api.util.AbstractKeyValue
getKey, getValue, isDisabled, setDisabled
-
Constructor Details
-
UifOptionGroupLabel
public UifOptionGroupLabel()Base constructor -
UifOptionGroupLabel
-
-
Method Details
-
getLabel
Get the label for the option group.- Returns:
- the label
-
setLabel
- See Also:
-