|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControllableTable
Event listener interface for TableController
events.
Method Summary | |
---|---|
void |
insertAbsoluteRow(int beforeRow,
int numRows)
Insert a row into the table relative to the total number of rows. |
void |
removeAbsoluteRow(int row,
int numRows)
Remove a row from the table relative to the total number of rows. |
void |
setData(int row,
int column,
java.lang.Object data)
Set some arbitrary data in a specific cell. |
void |
setData(int firstRow,
java.util.Iterator rows,
java.util.List rowValues)
Set a block of data. |
void |
setNumRows(int numRows)
Set the total number of rows. |
void |
setPagingFailure(java.lang.Throwable caught)
Set the failure condition associated with a page request. |
Methods inherited from interface com.google.gwt.widgetideas.table.client.SourceTableDataRequestEvents |
---|
addTableDataRequestListener, removeTableDataRequestListener |
Method Detail |
---|
void insertAbsoluteRow(int beforeRow, int numRows)
beforeRow
- the row indexnumRows
- the new number of rowsvoid removeAbsoluteRow(int row, int numRows)
row
- the row indexnumRows
- the new number of rowsvoid setData(int row, int column, java.lang.Object data)
row
- the row indexcolumn
- the column indexdata
- the data to setvoid setData(int firstRow, java.util.Iterator rows, java.util.List rowValues)
firstRow
- the row indexrows
- the 2D Iterator of datarowValues
- the values associated with the rowsvoid setNumRows(int numRows)
numRows
- the new number of rowsvoid setPagingFailure(java.lang.Throwable caught)
caught
- the exception that led to the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |