| com.salmonllc.jsp.JspContainer com.salmonllc.wml.WmlOption
WmlOption | public class WmlOption extends JspContainer (Code) | | This container will construct an option in a wml select.
|
doBinding | public void doBinding() throws Exception(Code) | | Does the binding for the component. This method is called by the framework and should not be called directly
|
generateHTML | public void generateHTML(PrintWriter t, int rowNo) throws java.io.IOException(Code) | | Generates the Html for the component. This method is called by the framework and should not be called directly
|
getBodyContent | public String getBodyContent()(Code) | | Gets the body content of the Option. This method is called by the framework and should not be called directly
|
getClassName | public String getClassName()(Code) | | Use this method to get the class attribute of the option
|
getHref | public String getHref()(Code) | | Returns the href for the option
|
getValue | public String getValue()(Code) | | Use this method to get the value of the option
|
setBodyContent | public void setBodyContent(String box)(Code) | | Sets the body content of the Option. This method is called by the framework and should not be called directly
|
setClassName | public void setClassName(String className)(Code) | | This method sets the class for the option.
|
setHref | public void setHref(String href)(Code) | | Sets the href for the option
Parameters: href - java.lang.String |
setHrefExpression | public void setHrefExpression(DataStoreBuffer ds, DataStoreExpression expression) throws Exception(Code) | | 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 |
setHrefExpression | public void setHrefExpression(DataStoreBuffer ds, String expression) throws Exception(Code) | | 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 |
setTitle | public void setTitle(String title)(Code) | | This method sets the title.
|
setValue | public void setValue(String value)(Code) | | This method sets the value.
|
|
|