org.rhq.enterprise.gui.legacy.beans
Class RelatedOptionBean
java.lang.Object
org.apache.struts.util.LabelValueBean
org.rhq.enterprise.gui.legacy.beans.RelatedOptionBean
- All Implemented Interfaces:
- Serializable, Comparable
public final class RelatedOptionBean
- extends org.apache.struts.util.LabelValueBean
Bean for a drop-down that controls another drop down. It is a LabelValueBean, but also a List of LabelValueBean
objects.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.util.LabelValueBean |
CASE_INSENSITIVE_ORDER |
| Methods inherited from class org.apache.struts.util.LabelValueBean |
compareTo, equals, getLabel, getValue, hashCode, setLabel, setValue, toString |
RelatedOptionBean
public RelatedOptionBean(Object label,
Object value,
List relatedOptions)
getRelatedOptions
public List getRelatedOptions()
setRelatedOptions
public void setRelatedOptions(List relatedOptions)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.