Method Summary |
|
public void | generateHTML(java.io.PrintWriter p, int rowNo) Generates the Html for the component. |
public boolean | getEmptyOk() This method gets the emptyok flag of the input. |
public String | getFormat() This method gets the format mask for the input. |
public int | getMaxLength() This method gets the maximum length for the text in the component. |
public String | getPostForm() This method gets the postfield form of this component. |
public int | getSize() This method gets the display size for the component in characters. |
public int | getTabIndex() This method gets the tabindex of the input. |
public String | getTitle() This method gets the title for the input. |
public boolean | processParms(Hashtable parms, int rowNo) Processes the submitted parameters. |
public void | setEmptyOk(boolean emptyok) This method sets the emptyok flag for input. |
public void | setFormat(String format) This method sets the format mask for input. |
public void | setMaxLength(int maxLength) This method sets the maximum length for the text in the component. |
public void | setSize(int size) This method sets the display size for the component in characters. |
public void | setTabIndex(int tabindex) This method sets the tabindex for input. |
public void | setTitle(String title) This method sets the title for input. |