|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableRow
Representation of table row.
| Method Summary | |
|---|---|
int |
getNrColumns()
Returns the total number of cells defined by the TableRow. |
int |
getNrRows()
Deprecated. |
int |
getRowIndex()
Returns the ordering index for this TableRow with respect to the other rows of the TableElement. |
TableCell[] |
getTableCells()
Returns the contents for each of the table cells defined in this table row. |
boolean |
isEmptyRow()
Returns true if the row has no cells or the cells are empty or have spaces. |
void |
setCellContent(int columnIndex,
java.lang.String content)
Sets the indicated cell by row and column index with content. |
void |
setNrRows(int rowcount)
Deprecated. |
void |
setRowIndex(int index)
Sets the ordering index for this TableRow with respect to the other rows of the TableElement. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
TableCell[] getTableCells()
void setRowIndex(int index)
index - The index for this TableRow
void setCellContent(int columnIndex,
java.lang.String content)
columnIndex - the zero bound index of the columncontent - The contentint getRowIndex()
@Deprecated void setNrRows(int rowcount)
Deprecated and does not set anything. In the implementation the value for
rowcount is ignored.
rowcount - @Deprecated int getNrRows()
int getNrColumns()
boolean isEmptyRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||