railo.runtime.tag
Class GridRow
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.GridRow
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class GridRow
- extends TagImpl
Lets you define a cfgrid that does not use a query as source for row data. If a query attribute is
specified in cfgrid, the cfgridrow tags are ignored.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
GridRow
public GridRow()
throws TagNotSupported
- Throws:
TagNotSupported
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
setData
public void setData(String data)
- set the value data
A comma-separated list of column values. If a column value contains a comma character,
it must be escaped with a second comma character.
- Parameters:
data
- value to set
doStartTag
public int doStartTag()
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
Copyright © 2012 Railo