Method Summary |
|
public String | getAccesskey() Gets Sets the access key for this element. |
public String | getDir() Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public String | getFamily() |
public String | getFor() Gets Client ID the label should be displayed for. |
public String | getLang() Gets The base language of this document. |
public String | getOnblur() Gets Specifies a script to be invoked when the element loses focus. |
public String | getOnclick() Gets Script to be invoked when the element is clicked. |
public String | getOndblclick() Gets Script to be invoked when the element is double-clicked. |
public String | getOnfocus() Gets Specifies a script to be invoked when the element receives focus. |
public String | getOnkeydown() Gets Script to be invoked when a key is pressed down over this element. |
public String | getOnkeypress() Gets Script to be invoked when a key is pressed over this element. |
public String | getOnkeyup() Gets Script to be invoked when a key is released over this element. |
public String | getOnmousedown() Gets Script to be invoked when the pointing device is pressed over this element. |
public String | getOnmousemove() Gets Script to be invoked when the pointing device is moved while it is in this element. |
public String | getOnmouseout() Gets Script to be invoked when the pointing device is moves out of this element. |
public String | getOnmouseover() Gets Script to be invoked when the pointing device is moved into this element. |
public String | getOnmouseup() Gets Script to be invoked when the pointing device is released over this element. |
public String | getStyle() Gets CSS styling instructions. |
public String | getStyleClass() Gets The CSS class for this element. |
public String | getTabindex() Gets Specifies the position of this element within the tab order of the document. |
public String | getTitle() Gets An advisory title for this element. |
public boolean | isEscape() Gets Indicates whether rendered markup should be escaped. |
public void | restoreState(FacesContext facesContext, Object state) |
public Object | saveState(FacesContext facesContext) |
public void | setAccesskey(String accesskey) Sets Sets the access key for this element. |
public void | setDir(String dir) Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public void | setEscape(boolean escape) Sets Indicates whether rendered markup should be escaped. |
public void | setFor(String forParam) Sets Client ID the label should be displayed for. |
public void | setLang(String lang) Sets The base language of this document. |
public void | setOnblur(String onblur) Sets Specifies a script to be invoked when the element loses focus. |
public void | setOnclick(String onclick) Sets Script to be invoked when the element is clicked. |
public void | setOndblclick(String ondblclick) Sets Script to be invoked when the element is double-clicked. |
public void | setOnfocus(String onfocus) Sets Specifies a script to be invoked when the element receives focus. |
public void | setOnkeydown(String onkeydown) Sets Script to be invoked when a key is pressed down over this element. |
public void | setOnkeypress(String onkeypress) Sets Script to be invoked when a key is pressed over this element. |
public void | setOnkeyup(String onkeyup) Sets Script to be invoked when a key is released over this element. |
public void | setOnmousedown(String onmousedown) Sets Script to be invoked when the pointing device is pressed over this element. |
public void | setOnmousemove(String onmousemove) Sets Script to be invoked when the pointing device is moved while it is in this element. |
public void | setOnmouseout(String onmouseout) Sets Script to be invoked when the pointing device is moves out of this element. |
public void | setOnmouseover(String onmouseover) Sets Script to be invoked when the pointing device is moved into this element. |
public void | setOnmouseup(String onmouseup) Sets Script to be invoked when the pointing device is released over this element. |
public void | setStyle(String style) Sets CSS styling instructions. |
public void | setStyleClass(String styleClass) Sets The CSS class for this element. |
public void | setTabindex(String tabindex) Sets Specifies the position of this element within the tab order of the document. |
public void | setTitle(String title) Sets An advisory title for this element. |