Method Summary |
|
public String | getAccept() Gets Provides a comma-separated list of content types that the
server processing this form can handle. |
public String | getAcceptcharset() Gets The list of character encodings accepted by the server for this form. |
public String | getDir() Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public String | getEnctype() Gets The content type used to submit this form to the server. |
public String | getFamily() |
public String | getLang() Gets The base language of this document. |
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 | 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 | getOnreset() Gets Script to be invoked when this form is reset. |
public String | getOnsubmit() Gets Script to be invoked when this form is submitted. |
public String | getStyle() Gets CSS styling instructions. |
public String | getStyleClass() Gets The CSS class for this element. |
public String | getTarget() Gets Names the frame that should display content generated by invoking this action. |
public String | getTitle() Gets An advisory title for this element. |
public void | restoreState(FacesContext facesContext, Object state) |
public Object | saveState(FacesContext facesContext) |
public void | setAccept(String accept) Sets Provides a comma-separated list of content types that the
server processing this form can handle. |
public void | setAcceptcharset(String acceptcharset) Sets The list of character encodings accepted by the server for this form. |
public void | setDir(String dir) Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public void | setEnctype(String enctype) Sets The content type used to submit this form to the server. |
public void | setLang(String lang) Sets The base language of this document. |
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 | 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 | setOnreset(String onreset) Sets Script to be invoked when this form is reset. |
public void | setOnsubmit(String onsubmit) Sets Script to be invoked when this form is submitted. |
public void | setStyle(String style) Sets CSS styling instructions. |
public void | setStyleClass(String styleClass) Sets The CSS class for this element. |
public void | setTarget(String target) Sets Names the frame that should display content generated by invoking this action. |
public void | setTitle(String title) Sets An advisory title for this element. |