com.atlassian.renderer.v2.components.table
Class TableRow

java.lang.Object
  extended by com.atlassian.renderer.v2.components.table.TableRow
All Implemented Interfaces:
Renderable

public class TableRow
extends Object
implements Renderable


Constructor Summary
TableRow()
           
 
Method Summary
 void addCell(TableCell tableCell)
           
static TableRow createRow(String s)
           
 boolean equals(Object o)
           
 List getCells()
           
 int hashCode()
           
 void render(SubRenderer subRenderer, RenderContext context, StringBuffer buff)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow()
Method Detail

createRow

public static TableRow createRow(String s)

getCells

public List getCells()

addCell

public void addCell(TableCell tableCell)

render

public void render(SubRenderer subRenderer,
                   RenderContext context,
                   StringBuffer buff)
Specified by:
render in interface Renderable

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.