Method Summary |
|
public String | getAccesskey() Gets Sets the access key for this element. |
public String | getAlt() Gets Specifies alternative text that can be used by a browser that can't show this element. |
public String | getAutocomplete() Gets If the value of this attribute is "off", render "off" as the value of the attribute. |
public String | getDir() Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public String | getFamily() |
public String | getLabel() Gets A diplay name for this component. |
public String | getLang() Gets The base language of this document. |
public int | getMaxlength() Gets The maximum number of characters allowed to be entered. |
public String | getOnblur() Gets Specifies a script to be invoked when the element loses focus. |
public String | getOnchange() Gets Specifies a script to be invoked when the element is modified. |
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 | getOnselect() Gets Specifies a script to be invoked when the element is selected. |
public int | getSize() Gets The initial width of this control, in characters. |
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 | isDisabled() Gets When true, this element cannot receive focus. |
public boolean | isReadonly() Gets When true, indicates that this component cannot be modified by the user. |
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 | setAlt(String alt) Sets Specifies alternative text that can be used by a browser that can't show this element. |
public void | setAutocomplete(String autocomplete) Sets If the value of this attribute is "off", render "off" as the value of the attribute. |
public void | setDir(String dir) Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public void | setDisabled(boolean disabled) Sets When true, this element cannot receive focus. |
public void | setLabel(String label) Sets A diplay name for this component. |
public void | setLang(String lang) Sets The base language of this document. |
public void | setMaxlength(int maxlength) Sets The maximum number of characters allowed to be entered. |
public void | setOnblur(String onblur) Sets Specifies a script to be invoked when the element loses focus. |
public void | setOnchange(String onchange) Sets Specifies a script to be invoked when the element is modified. |
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 | setOnselect(String onselect) Sets Specifies a script to be invoked when the element is selected. |
public void | setReadonly(boolean readonly) Sets When true, indicates that this component cannot be modified by the user. |
public void | setSize(int size) Sets The initial width of this control, in characters. |
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. |