org.openorb.board.shared.board

Class BoardTableRow

public class BoardTableRow extends Object

Constructor Summary
BoardTableRow(int rowType, TableCell[] rowCells)
Constructor
Method Summary
TableCell[]getRowCells()
Get the cells of this row
intgetRowType()
Get the type of this row
StringtoString()
Get the row string representation

Constructor Detail

BoardTableRow

public BoardTableRow(int rowType, TableCell[] rowCells)
Constructor

Method Detail

getRowCells

public TableCell[] getRowCells()
Get the cells of this row

getRowType

public int getRowType()
Get the type of this row

toString

public String toString()
Get the row string representation