Method Summary |
|
public void | generateHTML(java.io.PrintWriter p, int rowNo) |
public String | getAccessKey() |
public int | getColumns() This method gets the number of columns for the component in characters. |
public String | getFontEndTag() This method gets the end font tag for the component. |
public String | getFontStartTag() This method gets the start font tag for the component. |
public int | getMaxLength() This method gets the maximum length for the text in the component. |
public String | getOnChange() This method gets the javascript to be executed when the value of the text in the component changes. |
public String | getOnFocus() This method gets the javascript to be executed when the component gets focus. |
public String | getOnLoseFocus() This method gets the javascript to be executed when the component loses focus. |
public boolean | getReadOnly() This method gets the readonly attribute of the component. |
public int | getRows() This method gets the number of rows for the component. |
public String | getStyle() |
public int | getTabIndex() |
public int | getWrap() This method gets the word wrap property for the component (WRAP_OFF,WRAP_SOFT,WRAP_HARD). |
public boolean | processParms(Hashtable parms, int rowNo) |
public void | setAccessKey(String string) |
public void | setColumns(int size) This method sets the number of columns for the component in characters. |
public void | setFontEndTag(String value) This method sets the end font tag for the component. |
public void | setFontStartTag(String value) This method sets the start font tag for the component. |
public void | setMaxLength(int maxLength) This method sets the maximum length for the text in the component. |
public void | setOnChange(String value) This method sets the javascript to be executed when the value of the text in the component changes. |
public void | setOnFocus(String value) This method sets the javascript to be executed when the component gains focus. |
public void | setOnLoseFocus(String value) This method sets the javascript to be executed when the component loses focus. |
public void | setReadOnly(boolean readonly) This method sets the readonly attribute of the component. |
public void | setRows(int rows) This method sets the number of rows for the component. |
public void | setStyle(String string) |
public void | setTabIndex(int val) Parameters: sets - the tab index html attribute. |
public void | setTheme(String theme) This method sets the property theme for the component. |
public void | setWrap(int wrap) |
public void | setWrap(String wrap) |