| com.sun.rave.web.ui.component.SelectorManager
All known Subclasses: com.sun.rave.web.ui.component.Selector,
SelectorManager | public interface SelectorManager (Code) | | author: avk |
getClientId | public String getClientId(FacesContext context)(Code) | | JSF standard method from UIComponent
Parameters: context - The FacesContext for the request The client id, also the JavaScript element id |
getOnChange | public String getOnChange()(Code) | | Get the JS onchange event handler
A string representing the JS event handler |
getStyle | public String getStyle()(Code) | | CSS style(s) to be applied when this component is rendered.
|
getTabIndex | public int getTabIndex()(Code) | | Get the tab index for the component
the tabindex |
isDisabled | public boolean isDisabled()(Code) | | JSF standard method from UIComponent
true if the component is disabled |
isMultiple | public boolean isMultiple()(Code) | | Returns true if the component allows multiple selections
true if the component allows multiple selections |
isReadOnly | public boolean isReadOnly()(Code) | | Returns true if the component is readonly
true if the component is readonly |
|
|