Uses of Class
com.sun.webui.jsf.component.Selector

Packages that use Selector
com.sun.webui.jsf.component   
 

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

Subclasses of Selector in com.sun.webui.jsf.component
 class AddRemove
          The AddRemove component is used to construct a list of selected items.
 class Checkbox
          The Checkbox component is used to display a checkbox input element.
 class CheckboxGroup
          The CheckboxGroup component is used to display a group of checkboxes in a grid layout.
 class DropDown
          The DropDown component is used to display a drop down menu to allow users to select one or more items from a list.
 class Listbox
          The Listbox component allows users to select one or more items from a list.
 class ListSelector
          Base component for UI components that allow the user to make a selection from a list of options using an HTML select element.
 class RadioButton
          A component that represents a radio button.
 class RadioButtonGroup
          The RadioButtonGroup component is used to display two or more radio buttons in a grid layout in the rendered HTML page.
 class com.sun.webui.jsf.component.RbCbSelector
           
 



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