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

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by com.sun.rave.web.ui.model.Option
          extended by com.sun.rave.web.ui.model.Separator
All Implemented Interfaces:
java.io.Serializable

public class Separator
extends Option

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

See Also:
Serialized Form

Constructor Summary
Separator()
           
 
Method Summary
 
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, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Separator

public Separator()