Constructor and Description |
---|
Col() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAlign(String align)
set the value align
Column alignment, Left, Right, or Center.
|
void |
setHeader(String header)
set the value header
The text for the column's header.
|
void |
setText(String text)
set the value text
Double-quote delimited text that determines what displays in the column.
|
void |
setWidth(double width)
set the value width
The width of the column in characters (the default is 20).
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Col()
public void release()
public void setText(String text)
text
- value to setpublic void setWidth(double width)
width
- value to setpublic void setAlign(String align) throws ApplicationException
align
- value to setApplicationException
public void setHeader(String header)
header
- value to setpublic int doStartTag() throws ExpressionException, ApplicationException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
ExpressionException
ApplicationException
Copyright © 2015 Lucee