org.ujac.web.tag
Class PrintGroupTitleRowTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.ujac.web.tag.BaseTag
              extended by org.ujac.web.tag.PrintRowTag
                  extended by org.ujac.web.tag.PrintGroupTitleRowTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, Tag, TemplateContextHolder, RowCellContainer

public class PrintGroupTitleRowTag
extends PrintRowTag

Name: PrintGroupRowTag
Description: A custom tag class printing group title rows.

Author:
lauerc
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ujac.web.tag.PrintRowTag
extraRowsAfter, extraRowsBefore, registeredRowCells, rowContainer
 
Fields inherited from class org.ujac.web.tag.BaseTag
log
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
PrintGroupTitleRowTag()
           
 
Method Summary
protected  boolean checkRowType(Row row)
          Checks the row type.
 String getGroupName()
          Getter method for the the property groupName.
 void setGroupName(String groupName)
          Setter method for the the property groupName.
 
Methods inherited from class org.ujac.web.tag.PrintRowTag
alternateRowStyle, doEndTag, doStartTag, getCellAttributes, getEvenStyle, getHeight, getOddStyle, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRowContainer, getStyle, getStyleAttribute, getValign, insertExtraRow, isSkipped, lookupRowContainer, outputRow, outputRow, printTagStart, registerRowCell, release, setEvenStyle, setHeight, setOddStyle, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setSkipped, setStyle, setValign
 
Methods inherited from class org.ujac.web.tag.BaseTag
clearTagAttributes, getParent, getTagAttribute, getTagAttributes, getTemplateContext, removeTagAttribute, setAttribute, setTagAttribute, writeAttributes
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

PrintGroupTitleRowTag

public PrintGroupTitleRowTag()
Method Detail

getGroupName

public String getGroupName()
Getter method for the the property groupName.

Returns:
The current value of property groupName.

setGroupName

public void setGroupName(String groupName)
Setter method for the the property groupName.

Parameters:
groupName - The value to set for the property groupName.

checkRowType

protected boolean checkRowType(Row row)
Checks the row type.

Overrides:
checkRowType in class PrintRowTag
Parameters:
row - The row to check.
Returns:
true if the row is valid for output, else false.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.