com.sun.rave.web.ui.model
Class OptionGroup

java.lang.Object
  extended byjavax.faces.model.SelectItem
      extended bycom.sun.rave.web.ui.model.Option
          extended bycom.sun.rave.web.ui.model.OptionGroup
All Implemented Interfaces:
java.io.Serializable

public class OptionGroup
extends Option

Model bean that represents a selectable choice in a selection component such as Menu, RadioButtonGroup, etc.

See Also:
Serialized Form

Constructor Summary
OptionGroup()
           
 
Method Summary
 Option[] getOptions()
           
 void setOptions(Option[] selections)
           
 
Methods inherited from class com.sun.rave.web.ui.model.Option
getImage, getImageAlt, getImageHeight, getImageWidth, getTooltip, setImage, setImageAlt, setImageHeight, setImageWidth, setTooltip
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, setDescription, setDisabled, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionGroup

public OptionGroup()
Method Detail

getOptions

public Option[] getOptions()

setOptions

public void setOptions(Option[] selections)