org.rhq.enterprise.gui.legacy.beans
Class RelatedOptionBean

java.lang.Object
  extended by org.apache.struts.util.LabelValueBean
      extended by 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

Field Summary
 
Fields inherited from class org.apache.struts.util.LabelValueBean
CASE_INSENSITIVE_ORDER
 
Constructor Summary
RelatedOptionBean(Object label, Object value, List relatedOptions)
           
 
Method Summary
 List getRelatedOptions()
           
 void setRelatedOptions(List relatedOptions)
           
 
Methods inherited from class org.apache.struts.util.LabelValueBean
compareTo, equals, getLabel, getValue, hashCode, setLabel, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelatedOptionBean

public RelatedOptionBean(Object label,
                         Object value,
                         List relatedOptions)
Method Detail

getRelatedOptions

public List getRelatedOptions()

setRelatedOptions

public void setRelatedOptions(List relatedOptions)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.