3.2.4: 2013-12-06

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

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

public class ColumnHeaders
extends TagSupport

Generate column headers for the columns that has been defined for this table. This tag has no attributes and should be inside a >

Syntax:

        <tbl:headerrow>
      <tbl:columnheaders />
   </tbl:headerrow>

Since:
3.1
Author:
Nicklas
See Also:
Serialized Form

Field Summary
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
ColumnHeaders()
           
 
Method Summary
 int doStartTag()
           
(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
Constructor Detail

ColumnHeaders

public ColumnHeaders()
Method Detail

getTable

Table getTable()

doStartTag

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

3.2.4: 2013-12-06