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

All Known Subinterfaces:
ListManager
All Known Implementing Classes:
AddRemove, EditableList, ListSelector, OrderableList, Selector

public interface SelectorManager

Author:
avk

Method Summary
 java.lang.String getClientId(javax.faces.context.FacesContext context)
          JSF standard method from UIComponent
 java.lang.String getOnChange()
          Get the JS onchange event handler
 java.lang.String getStyle()
           
 java.lang.String getStyleClass()
           
 int getTabIndex()
          Get the tab index for the component
 boolean isDisabled()
          JSF standard method from UIComponent
 boolean isMultiple()
          Returns true if the component allows multiple selections
 boolean isReadOnly()
          Returns true if the component is readonly
 

Method Detail

getClientId

public java.lang.String getClientId(javax.faces.context.FacesContext context)
JSF standard method from UIComponent

Parameters:
context - The FacesContext for the request
Returns:
The client id, also the JavaScript element id

isDisabled

public boolean isDisabled()
JSF standard method from UIComponent

Returns:
true if the component is disabled

getOnChange

public java.lang.String getOnChange()
Get the JS onchange event handler

Returns:
A string representing the JS event handler

getTabIndex

public int getTabIndex()
Get the tab index for the component

Returns:
the tabindex

isMultiple

public boolean isMultiple()
Returns true if the component allows multiple selections

Returns:
true if the component allows multiple selections

isReadOnly

public boolean isReadOnly()
Returns true if the component is readonly

Returns:
true if the component is readonly

getStyle

public java.lang.String getStyle()

getStyleClass

public java.lang.String getStyleClass()