net.sf.basedb.clients.web.taglib.table
Class PropertyFilter
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.sf.basedb.clients.web.taglib.table.PropertyFilter
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class PropertyFilter
- extends TagSupport
Special tag for outputting the filter HTML that a ColumnDef
has
registered with the Table
object.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
table
private Table table
- The parent <tbl:table> tag.
PropertyFilter
public PropertyFilter()
getTable
Table getTable()
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class TagSupport
- Throws:
JspException