|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseHandlerTag
org.objectweb.jonas.webapp.taglib.GridBaseTag
org.objectweb.jonas.webapp.taglib.GridTableBaseTag
org.objectweb.jonas.webapp.taglib.GridRowTag
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 |
public GridRowTag()
Method Detail |
public boolean isChangeStyle()
public void setChangeStyle(boolean changeStyle)
public void release()
release
in class GridTableBaseTag
protected java.lang.String getHtmlElement()
getHtmlElement
in class GridTableBaseTag
protected java.lang.String prepareStyles()
BaseHandlerTag.prepareStyles()" method.
Add the alternate class (odd or even) with .
- Returns:
- The prepared String for inclusion in the HTML tag.
protected java.lang.String getRowClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |