org.objectweb.jonas.webapp.taglib
Class GridRowTag

java.lang.Object
  extended byBaseHandlerTag
      extended byorg.objectweb.jonas.webapp.taglib.GridBaseTag
          extended byorg.objectweb.jonas.webapp.taglib.GridTableBaseTag
              extended byorg.objectweb.jonas.webapp.taglib.GridRowTag
Direct Known Subclasses:
JonasGridRowTitleTag

public class GridRowTag
extends GridTableBaseTag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jonas.webapp.taglib.GridBaseTag
ms_BodyText, QUOTE
 
Constructor Summary
GridRowTag()
           
 
Method Summary
protected  java.lang.String getHtmlElement()
          Return the HTML element.
protected  java.lang.String getRowClass()
          Determine the Row Class from the GridTag.
 boolean isChangeStyle()
           
protected  java.lang.String prepareStyles()
          Duplicate of BaseHandlerTag.prepareStyles()" method.
 void release()
          Release resources after Tag processing has finished.
 void setChangeStyle(boolean changeStyle)
           
 
Methods inherited from class org.objectweb.jonas.webapp.taglib.GridTableBaseTag
getAlign, getHeight, getValign, getWidth, prepareAttributes, setAlign, setHeight, setValign, setWidth
 
Methods inherited from class org.objectweb.jonas.webapp.taglib.GridBaseTag
doAfterBody, doEndTag, doStartTag, getDefaultBody, prepareAfterBody, prepareAfterTag, prepareAttribute, prepareAttribute, prepareBeforeBody, prepareBeforeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridRowTag

public GridRowTag()
Method Detail

isChangeStyle

public boolean isChangeStyle()

setChangeStyle

public void setChangeStyle(boolean changeStyle)

release

public void release()
Release resources after Tag processing has finished.

Overrides:
release in class GridTableBaseTag

getHtmlElement

protected java.lang.String getHtmlElement()
Return the HTML element.

Overrides:
getHtmlElement in class GridTableBaseTag

prepareStyles

protected java.lang.String prepareStyles()
Duplicate of BaseHandlerTag.prepareStyles()" method. Add the alternate class (odd or even) with .

Returns:
The prepared String for inclusion in the HTML tag.

getRowClass

protected java.lang.String getRowClass()
Determine the Row Class from the GridTag.