|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.board.shared.board.BoardTableRow
public class BoardTableRow
Constructor Summary | |
---|---|
BoardTableRow(int rowType,
TableCell[] rowCells)
Constructor |
Method Summary | |
---|---|
TableCell[] |
getRowCells()
Get the cells of this row |
int |
getRowType()
Get the type of this row |
java.lang.String |
toString()
Get the row string representation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BoardTableRow(int rowType, TableCell[] rowCells)
Method Detail |
---|
public int getRowType()
public TableCell[] getRowCells()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |