com.raritantechnologies.prefs.taglibrary
Class GetChecklist
java.lang.Object
BodyTagSupport
com.raritantechnologies.prefs.taglibrary.GetChecklist
- public class GetChecklist
- extends BodyTagSupport
JSP Custom tag that renders a list of checkbox to use for user preferences
(e.g. display fields). Gets the current value from the named
PreferencesBean from the
session data cache.
Developed by
Raritan Technologies .
- Author:
- Glenn Robitaille
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetChecklist
public GetChecklist()
doStartTag
public int doStartTag()
doAfterBody
public int doAfterBody()
throws JspException
- Throws:
JspException
getBeanName
public java.lang.String getBeanName()
setBeanName
public void setBeanName(java.lang.String beanName)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getColumns
public int getColumns()
setColumns
public void setColumns(int columns)
getUseEmbeddedTable
public java.lang.String getUseEmbeddedTable()
setUseEmbeddedTable
public void setUseEmbeddedTable(java.lang.String flag)