| com.salmonllc.jsp.JspContainer com.salmonllc.wml.WmlLink
WmlLink | public class WmlLink extends JspContainer (Code) | | This container will construct an anchor tag with a Wml link (HREF) reference.
|
WmlLink | public WmlLink(String name, String href, com.salmonllc.html.HtmlPage p)(Code) | | WmlLink constructor comment.
Parameters: name - The name of the link Parameters: href - The url for the link Parameters: p - The page the link will go in. |
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(TagWriter t, String box, 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
|
getClassName | public String getClassName()(Code) | | Use this method to get the style that will be used to display the link
|
getGenerateLink | public boolean getGenerateLink()(Code) | | This method gets whether or not the anchor tag will be generated for the link. Pass true to have the a tag generated and false not to. Setting the value to false, will cause the items inside the container to be displayed but nothing will happen when the user clicks on them.
|
getHref | public String getHref()(Code) | | Returns the href for the link
|
getTitle | public String getTitle()(Code) | | Use this method to get the title for the link
|
setBracket | public void setBracket(boolean bracket)(Code) | | This method sets whether or not the anchor tag will be generated with brackets([]) around the Tag. Pass true to have the tag generated with and false not to.
|
setBracketFont | public void setBracketFont(String font)(Code) | | This method sets the font for the brackets around the link.
|
setClassName | public void setClassName(String className)(Code) | | This method sets the class for the link.
|
setGenerateLink | public void setGenerateLink(boolean gen)(Code) | | This method sets whether or not the anchor tag will be generated for the link. Pass true to have the a tag generated and false not to. Setting the value to false, will cause the items inside the container to be displayed but nothing will happen when the user clicks on them.
|
setHref | public void setHref(String href)(Code) | | Sets the href for the link
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 for the link.
|
|
|