public class Rows extends StylableTag
<tbl:row>
tags.
It has no attributes and must be placed inside a <tbl:table>
tag.
Syntax:
<tbl:rows> <tbl:row ... > </tbl:rows>
The <tbl:rows>
may contain the following subtags:
<tbl:row>
: Adds a row to the table
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private Table |
table |
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
Rows() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
(package private) Table |
getTable() |
addDynamicAttributes, addIdAndStyles, getClazz, getDynamicActionAttributes, getDynamicAttribute, getFullClass, getIdPrefix, getStyle, getSubclass, setClazz, setDynamicAttribute, setMoreDynamicAttributes, setPageContext, setStyle, setSubclass
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue
private static final long serialVersionUID
private Table table
Table getTable()
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException