Uses of Class
com.sun.rave.web.ui.model.Option

Packages that use Option
com.sun.rave.web.ui.component   
com.sun.rave.web.ui.model   
com.sun.rave.web.ui.model.scheduler   
com.sun.rave.web.ui.renderer   
 

Uses of Option in com.sun.rave.web.ui.component
 

Methods in com.sun.rave.web.ui.component that return Option
static Option[] Table.getFilterOptions(Option[] options, boolean customFilterApplied)
          Get the "custom filter" options used for a table filter menu.
protected  Option[] ListSelector.getOptions()
          Processes the component's SelectItems.
 

Methods in com.sun.rave.web.ui.component with parameters of type Option
protected  ListItem ListSelector.createListItem(Option si)
           
static Option[] Table.getFilterOptions(Option[] options, boolean customFilterApplied)
          Get the "custom filter" options used for a table filter menu.
protected  void ListSelector.processOptions(Option[] options)
           
 

Uses of Option in com.sun.rave.web.ui.model
 

Subclasses of Option in com.sun.rave.web.ui.model
 class OptionGroup
          Model bean that represents a selectable choice in a selection component such as Menu, RadioButtonGroup, etc.
 class OptionTitle
          Use the OptionsTitle class to add a Title to a list or array of Options.
 class Separator
          Model bean that represents a selectable choice in a selection component such as Menu, RadioButtonGroup, etc.
 

Methods in com.sun.rave.web.ui.model that return Option
 Option[] OptionsList.getOptions()
           
 Option[] OptionGroup.getOptions()
           
 

Methods in com.sun.rave.web.ui.model with parameters of type Option
 void OptionsList.setOptions(Option[] options)
           
 void OptionGroup.setOptions(Option[] selections)
           
 

Uses of Option in com.sun.rave.web.ui.model.scheduler
 

Subclasses of Option in com.sun.rave.web.ui.model.scheduler
 class RepeatIntervalOption
           
 class RepeatUnitOption
           
 

Uses of Option in com.sun.rave.web.ui.renderer
 

Methods in com.sun.rave.web.ui.renderer with parameters of type Option
protected  javax.faces.component.UIComponent CheckboxGroupRenderer.getSelectorComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, java.lang.String id, Option option)
          Return a Checkbox component to render.
protected  javax.faces.component.UIComponent RadioButtonGroupRenderer.getSelectorComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, java.lang.String id, Option option)
          Return a RadioButton component to render.