Uses of Class
com.sun.webui.jsf.model.Option

Packages that use Option
com.sun.webui.jsf.component   
com.sun.webui.jsf.model   
 

Uses of Option in com.sun.webui.jsf.component
 

Methods in com.sun.webui.jsf.component that return Option
static Option[] Table.getFilterOptions(Option[] options, boolean customFilterApplied)
          Get the "custom filter" options used for a table filter menu.
 Option[] Menu.getOptionsArray()
          Processes the component's SelectItems.
 

Methods in com.sun.webui.jsf.component with parameters of type Option
static Option[] Table.getFilterOptions(Option[] options, boolean customFilterApplied)
          Get the "custom filter" options used for a table filter menu.
 

Uses of Option in com.sun.webui.jsf.model
 

Subclasses of Option in com.sun.webui.jsf.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.webui.jsf.model that return Option
 Option[] OptionGroup.getOptions()
           
 

Methods in com.sun.webui.jsf.model with parameters of type Option
 void OptionGroup.setOptions(Option[] selections)
           
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.