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 aColumnDef
has registered with theTable
object.Syntax:
<tbl:propertyfilter row=... >
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
row
private static long
serialVersionUID
private Table
table
The parent <tbl:table> tag.-
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
-
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
-
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
-
Constructor Summary
Constructors Constructor Description PropertyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
int
getRow()
(package private) Table
getTable()
void
setRow(int row)
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
table
private Table table
The parent <tbl:table> tag.
-
row
private int row
-
-
Method Detail
-
setRow
public void setRow(int row)
- Since:
- 3.5
-
getRow
public int getRow()
-
getTable
Table getTable()
-
doStartTag
public int doStartTag() throws JspException
- Specified by:
doStartTag
in interfaceTag
- Overrides:
doStartTag
in classTagSupport
- Throws:
JspException
-
-