|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectorManager
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()
CSS style(s) to be applied when this component is rendered. |
java.lang.String |
getStyleClass()
CSS style(s) to be applied when this component is rendered. |
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 |
---|
java.lang.String getClientId(javax.faces.context.FacesContext context)
context
- The FacesContext for the request
boolean isDisabled()
java.lang.String getOnChange()
int getTabIndex()
boolean isMultiple()
boolean isReadOnly()
java.lang.String getStyle()
CSS style(s) to be applied when this component is rendered.
java.lang.String getStyleClass()
CSS style(s) to be applied when this component is rendered.
getStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |