| com.google.gwt.sample.dynatable.client.DynaTableDataProvider
DynaTableDataProvider | public interface DynaTableDataProvider (Code) | | An interface for providing row-level updates of data, intended here to used
to update a DynaTableWidget.
|
Inner Class :interface RowDataAcceptor | |
Method Summary | |
void | updateRowData(int startRow, int maxRows, RowDataAcceptor acceptor) |
updateRowData | void updateRowData(int startRow, int maxRows, RowDataAcceptor acceptor)(Code) | | |
|
|