Method Summary |
|
public void | addSubmitListener(SubmitListener l) This method adds a listener the will be notified when this do action causes the page to be submitted. |
public void | doBinding() Does the binding for the component. |
public boolean | executeEvent(int type) Executes any events due to this component. |
public void | generateHTML(TagWriter t, String box, int rowNo) Generates the Html for the component. |
public String | getClassName() Use this method to get the class attribute in the do tag. |
public String | getHref() Returns the href for the go tag within the do. |
public DataStoreEvaluator | getHrefExpression() This method gets the DataStoreEvaluator being used for href expressions. |
public String | getLabel() This method returns the label attribute of do tag. |
public String | getMethod() Use this method to get the method for the go tag within the do. |
public String | getType() This method returns the type attribute of do tag. |
public boolean | isDoPrev() This method returns whether the do tag represents a prev command action. |
public boolean | isOptional() This method returns the optional attribute of do tag. |
public boolean | isPostFields() This method returns whether the postfields will be generated for the controls in the card. |
public boolean | processParms(Hashtable parms, int rowNo) Processes the parms of the submitted form. |
public void | removeSubmitListener(SubmitListener l) This method removes a listener from the list that will be notified if this button causes the page to be submitted. |
public void | setAcceptCharset(String acceptcharset) This method sets the accept-charset. |
public void | setCard(WmlCard card) This method sets the card that this do tag is within. |
public void | setClassName(String className) This method sets the class for the do. |
public void | setDoPrev(boolean _doprev) This method sets whether the do tag represents a prev command action. |
public void | setHref(String href) |
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 | setHrefParameters(boolean hrefparameters) This method sets Whether or not to place the field values as parameters on the href. |
public void | setLabel(String _label) This method sets the label attribute of do tag. |
public void | setMethod(String method) This method sets the method. |
public void | setOptional(boolean _optional) This method returns the optional attribute of do tag. |
public void | setPostFields(boolean _postfields) This method sets whether the postfields will be generated for the controls in the card. |
public void | setSendReferer(boolean sendreferer) This method sets Whether or not to sendreferer. |
public void | setType(String _type) This method sets the type attribute of do tag. |