org.objectweb.jonas.webapp.taglib
Class JonasGridRowTitleTag

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
                  extended byorg.objectweb.jonas.webapp.taglib.JonasGridRowTitleTag

public class JonasGridRowTitleTag
extends GridRowTag

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_TITLE
           
 
Fields inherited from class org.objectweb.jonas.webapp.taglib.GridBaseTag
ms_BodyText, QUOTE
 
Constructor Summary
JonasGridRowTitleTag()
           
 
Method Summary
 int doEndTag()
          End of Tag Processing
 int doStartTag()
          Start of Tag processing
 java.lang.String getLevel()
           
 java.lang.String getStyleClassLevel()
           
 void release()
          Release resources after Tag processing has finished.
 void setLevel(java.lang.String level)
           
 
Methods inherited from class org.objectweb.jonas.webapp.taglib.GridRowTag
getHtmlElement, getRowClass, isChangeStyle, prepareStyles, setChangeStyle
 
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, 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
 

Field Detail

CLASS_TITLE

public static final java.lang.String CLASS_TITLE
See Also:
Constant Field Values
Constructor Detail

JonasGridRowTitleTag

public JonasGridRowTitleTag()
Method Detail

getLevel

public java.lang.String getLevel()

setLevel

public void setLevel(java.lang.String level)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Start of Tag processing

Overrides:
doStartTag in class GridBaseTag
Throws:
javax.servlet.jsp.JspException - if a JSP exception occurs

release

public void release()
Description copied from class: GridRowTag
Release resources after Tag processing has finished.

Overrides:
release in class GridRowTag

getStyleClassLevel

public java.lang.String getStyleClassLevel()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
End of Tag Processing

Overrides:
doEndTag in class GridBaseTag
Throws:
javax.servlet.jsp.JspException - if a JSP exception occurs