|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasCellSpans
An interface for tables that support column and row spans.
Method Summary | |
---|---|
int |
getColumnIndex(int row,
int column)
Gets the overall column index of this cell as if this table were a grid, as determined by the rowspan and colspan of other cells in the table. |
Method Detail |
---|
int getColumnIndex(int row, int column)
row
- the cell's rowcolumn
- the cell's column
java.lang.IndexOutOfBoundsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |