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
setCard(WmlCard card) This method sets the card the submit belongs to.
public void
setClassName(String className) This method sets the class for the submit link.
public void
setTitle(String title) This method sets the title for the submit link.
This method removes a listener from the list that will be notified if this button causes the page to be submitted.
Parameters: l - The listener to remove.
This method sets a datastore expression that will be used to compute the href for the link.
Parameters: ds - com.salmonllc.sql.DataStoreBuffer Parameters: expression - The expression to evaluate
This method sets a datastore expression that will be used to compute the href for the link.
Parameters: ds - com.salmonllc.sql.DataStoreBuffer Parameters: expression - java.lang.String
Fields inherited from com.salmonllc.jsp.JspContainer