public class Header extends StylableTag
<tbl:headers>
or <tbl:row>
tag.
Syntax:
<tbl:header clazz=... style=... visible=true|false >
Attribute | Default value | Required | Description |
clazz | - | header |
The value if this attribute goes directly into the standard HTML
class attribute. This allows you to apply different styles
to different tables.
|
style | - | no |
The value if this attribute goes directly into the standard HTML
style attribute. This allows you to apply different styles
to different tables.
|
visible | true | no | If the header should be visible or not. |
The <tbl:header>
doesn't have any subtags.
Modifier and Type | Field and Description |
---|---|
private int |
colspan |
private static long |
serialVersionUID |
private boolean |
visible
If the header should be visible or not.
|
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
int |
getColspan() |
boolean |
isVisible() |
void |
setColspan(int colspan) |
void |
setVisible(boolean visible) |
addDynamicAttributes, addIdAndStyles, getClazz, getDynamicActionAttributes, getDynamicAttribute, getFullClass, getIdPrefix, getStyle, getSubclass, initDefaultAttributes, setClazz, setDynamicAttribute, setMoreDynamicAttributes, setPageContext, setStyle, setSubclass
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue
private static final long serialVersionUID
private int colspan
private boolean visible
public void setVisible(boolean visible)
public boolean isVisible()
public void setColspan(int colspan)
public int getColspan()
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