com.carbonfive.sstemplates.tags
Class RowTag

java.lang.Object
  extended bycom.carbonfive.sstemplates.tags.BaseTag
      extended bycom.carbonfive.sstemplates.tags.RowTag
All Implemented Interfaces:
SsTemplateTag

public class RowTag
extends BaseTag

Version:
$REVISION
Author:
sivoh

Constructor Summary
RowTag()
           
 
Method Summary
 java.lang.String getIndex()
           
 java.lang.String getRelativeIndex()
           
 java.lang.String getStyle()
           
 java.lang.String getTagName()
           
 void render(SsTemplateContext context)
           
 void setIndex(java.lang.String index)
           
 void setRelativeIndex(java.lang.String relativeIndex)
           
 void setStyle(java.lang.String style)
           
 
Methods inherited from class com.carbonfive.sstemplates.tags.BaseTag
addHssfTag, getChildTags, parseExpression, parseInt, parseInteger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowTag

public RowTag()
Method Detail

getTagName

public java.lang.String getTagName()

render

public void render(SsTemplateContext context)
            throws SsTemplateException
Throws:
SsTemplateException

getIndex

public java.lang.String getIndex()

setIndex

public void setIndex(java.lang.String index)

getStyle

public java.lang.String getStyle()

setStyle

public void setStyle(java.lang.String style)

getRelativeIndex

public java.lang.String getRelativeIndex()

setRelativeIndex

public void setRelativeIndex(java.lang.String relativeIndex)