Method Summary |
|
public void | addOption(WmlOption wo) Use this method to add new choices to the list. |
public void | addOption(String key, String disp) Use this method to add new choices to the list. |
public void | addOption(String key, String disp, boolean selected) Use this method to add new choices to the list. |
public void | doBinding() Does the binding for the component. |
public void | generateHTML(PrintWriter p, int rowNo) Generates the Html for the component. |
public DataStoreEvaluator | getHrefExpression() This method gets the DataStoreEvaluator being used for href expressions. |
public String | getHrefOnPick() |
public String | getIname() This method gets the iname for the text in the component. |
public String | getIvalue() This method gets the ivalue for the component in characters. |
public boolean | getMultiple() This method gets the multiple flag of the input. |
public String | getPostForm() This method gets the postfield form of this component. |
public int | getTabIndex() This method gets the tabindex of the input. |
public String | getTitle() This method gets the title for the input. |
public void | initialize(String table, String keyColumn, String dispColumn, String criteria, boolean inputVersion, boolean trimResults, boolean toUpper) |
public boolean | processParms(Hashtable parms, int rowNo) Processes the submitted parameters. |
public void | resetOptions() This method removes all options from the component. |
public void | resetWmlOptions() This method removes all options from the component. |
public void | setHrefExpression(DataStoreBuffer ds, DataStoreExpression expression) This method sets a datastore expression that will be used to compute the href for the link. |
public void | setHrefExpression(DataStoreBuffer ds, String expression) This method sets a datastore expression that will be used to compute the href for the link. |
public void | setHrefOnPick(String _hrefonpick) |
public void | setIname(String iname) This method sets the iname for the text in the component. |
public void | setIvalue(String ivalue) This method sets the ivalue for the component in characters. |
public void | setMultiple(boolean multiple) This method sets the multiple flag for input. |
public void | setTabIndex(int tabindex) This method sets the tabindex for input. |
public void | setTitle(String title) This method sets the title for input. |