2.17.2: 2011-06-17

net.sf.basedb.clients.web.taglib.table
Class Rows

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.sf.basedb.clients.web.taglib.table.Rows
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class Rows
extends TagSupport

This tag is a place-holder for <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:

Version:
2.0
Author:
Nicklas
See Also:
Serialized Form

Field Summary
private  Data data
           
private static long serialVersionUID
           
private  Table table
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Rows()
           
 
Method Summary
 int doStartTag()
           
(package private)  Data getData()
           
(package private)  Table getTable()
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

table

private Table table

data

private Data data
Constructor Detail

Rows

public Rows()
Method Detail

getTable

Table getTable()

getData

Data getData()

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException

2.17.2: 2011-06-17