org.ujac.web.tag
Class PrintGroupTitleRowTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.ujac.web.tag.BaseTag
org.ujac.web.tag.PrintRowTag
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
| Fields inherited from class org.ujac.web.tag.BaseTag |
log |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintGroupTitleRowTag
public PrintGroupTitleRowTag()
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.