public class PropertyFilter extends TagSupport
ColumnDef
has
registered with the Table
object.
Syntax:
<tbl:propertyfilter row=... >
Modifier and Type | Field and Description |
---|---|
private int |
row |
private static long |
serialVersionUID |
private Table |
table
The parent <tbl:table> tag.
|
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
PropertyFilter() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
int |
getRow() |
(package private) Table |
getTable() |
void |
setRow(int row) |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
private static final long serialVersionUID
private Table table
private int row
public void setRow(int row)
public int getRow()
Table getTable()
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException