|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.TableBulkRenderer
com.google.gwt.widgetideas.table.client.GridBulkRenderer
com.google.gwt.widgetideas.table.client.FixedWidthGridBulkRenderer
com.google.gwt.widgetideas.table.client.PagingGridBulkRenderer
public class PagingGridBulkRenderer
Helper class to bulk load FixedWidthGrid
tables.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.widgetideas.table.client.TableBulkRenderer |
---|
TableBulkRenderer.CellRenderer, TableBulkRenderer.StringCellRenderer |
Field Summary |
---|
Fields inherited from class com.google.gwt.widgetideas.table.client.TableBulkRenderer |
---|
MAX_TIME, ROWS_PER_TIME_CHECK, TIME_SLICE |
Constructor Summary | |
---|---|
PagingGridBulkRenderer(PagingGrid table,
int numColumns)
Constructor. |
Method Summary |
---|
Methods inherited from class com.google.gwt.widgetideas.table.client.TableBulkRenderer |
---|
getCellRenderer, renderRows, renderRows, renderRows, renderRows, setCellRenderer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PagingGridBulkRenderer(PagingGrid table, int numColumns)
table
- the table to be bulk renderednumColumns
- number of columns in the table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |