com.vladium.emma.report.html.doc
Class HTMLTable.Row

java.lang.Object
  extended bycom.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
      extended bycom.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
          extended bycom.vladium.emma.report.html.doc.HTMLTable.Row
All Implemented Interfaces:
HTMLTable.IRow, IContent, IElement, IElementList, ISimpleElement
Enclosing class:
HTMLTable

private static class HTMLTable.Row
extends IElement.Factory.ElementImpl
implements HTMLTable.IRow


Nested Class Summary
 
Nested classes inherited from class com.vladium.emma.report.html.doc.IElement
IElement.Factory
 
Field Summary
protected  AttributeSet m_attrs
           
protected  java.util.List m_contents
           
protected  Tag m_tag
           
private  boolean m_th
           
 
Constructor Summary
(package private) HTMLTable.Row(boolean th)
           
 
Method Summary
 IElementList add(IContent content)
           
 IElementList add(int index, IContent content)
           
 void emit(HTMLWriter out)
           
 AttributeSet getAttributes()
           
 Tag getTag()
           
 HTMLTable.ICell newCell()
           
 ISimpleElement setClass(java.lang.String classID)
           
 IElement setText(java.lang.String text, boolean nbsp)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.vladium.emma.report.html.doc.IElement
setText
 
Methods inherited from interface com.vladium.emma.report.html.doc.ISimpleElement
getAttributes, getTag, setClass
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 
Methods inherited from interface com.vladium.emma.report.html.doc.IElementList
add, add, size
 

Field Detail

m_th

private final boolean m_th

m_contents

protected final java.util.List m_contents

m_tag

protected final Tag m_tag

m_attrs

protected final AttributeSet m_attrs
Constructor Detail

HTMLTable.Row

HTMLTable.Row(boolean th)
Method Detail

newCell

public HTMLTable.ICell newCell()
Specified by:
newCell in interface HTMLTable.IRow

toString

public java.lang.String toString()
Overrides:
toString in class ISimpleElement.Factory.SimpleElementImpl

emit

public void emit(HTMLWriter out)
Specified by:
emit in interface IContent
Overrides:
emit in class ISimpleElement.Factory.SimpleElementImpl

add

public IElementList add(IContent content)
Specified by:
add in interface IElementList

add

public IElementList add(int index,
                        IContent content)
Specified by:
add in interface IElementList

size

public int size()
Specified by:
size in interface IElementList

setText

public IElement setText(java.lang.String text,
                        boolean nbsp)
Specified by:
setText in interface IElement

getTag

public Tag getTag()
Specified by:
getTag in interface ISimpleElement

setClass

public ISimpleElement setClass(java.lang.String classID)
Specified by:
setClass in interface ISimpleElement

getAttributes

public AttributeSet getAttributes()
Specified by:
getAttributes in interface ISimpleElement