Uses of Interface
com.sun.rave.web.ui.component.SelectorManager

Packages that use SelectorManager
com.sun.rave.web.ui.component   
 

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

Subinterfaces of SelectorManager in com.sun.rave.web.ui.component
 interface ListManager
          This interface is used to allow both list components which allow the user to select from a set of Options (e.g.
 

Classes in com.sun.rave.web.ui.component that implement SelectorManager
 class AddRemove
          Use the AddRemove component when the web application user makes selections from a list and they need to see the currently selected items displayed together, and/or they need to reorder the selected items.
 class AddRemoveBase
          About this tag
 class Checkbox
          A component that represents a checkbox.
 class CheckboxBase
           Use the ui:checkbox tag to display a checkbox in the rendered HTML page.
 class CheckboxGroup
          Component that represents a check box group.
 class CheckboxGroupBase
           Use the ui:checkboxGroup tag to display two or more check boxes in a grid layout in the rendered HTML page.
 class DropDown
          Component that represents a drop down menu.
 class DropDownBase
          About this tag
 class EditableList
          About this tag.
 class Listbox
           
 class ListboxBase
          About this tag
 class ListSelector
           
 class ListSelectorBase
          Base component for UI components that allow the user to make a selection from a list of options using an HTML select element.
 class OrderableList
          About this tag.
 class RadioButton
          A component that represents a radio button.
 class RadioButtonBase
           Use the ui:radioButton tag to display a radio button in the rendered HTML page.
 class RadioButtonGroup
          Component that represents a radio button group.
 class RadioButtonGroupBase
           Use the ui:radioButtonGroup tag to display two or more radio buttons in a grid layout in the rendered HTML page.
 class RbCbSelector
          Superclass for Checkbox and RadioButton.
 class RbCbSelectorBase
          This renderer meta-data is not mapped one to one with a component.
 class Selector