com.google.gwt.widgetideas.table.client
Interface HasCellSpans

All Known Implementing Classes:
FixedWidthFlexTable, FlexTable, PreloadedTable

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

getColumnIndex

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.

Parameters:
row - the cell's row
column - the cell's column
Returns:
the cell's column index
Throws:
java.lang.IndexOutOfBoundsException