|
||||||||||
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
public class GridBulkRenderer
Allows bulk rendering of Grid
s.
Must use the Grid
in the overrides package.
Nested Class Summary | |
---|---|
protected class |
GridBulkRenderer.ChainingCallback
Grids need repair code after the table is constructed. |
Nested classes/interfaces inherited from class com.google.gwt.widgetideas.table.client.TableBulkRenderer |
---|
TableBulkRenderer.CellRenderer, TableBulkRenderer.RenderingOptions, 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 | |
---|---|
GridBulkRenderer(Grid grid)
Constructor. |
Method Summary | |
---|---|
protected void |
addChainingCallback(TableBulkRenderer.RenderingOptions options)
Adds the chaining callback to the given options. |
protected void |
renderRows(java.util.Iterator<java.util.Iterator<java.lang.Object>> iterator,
TableBulkRenderer.RenderingOptions options)
Work horse protected rendering method. |
Methods inherited from class com.google.gwt.widgetideas.table.client.TableBulkRenderer |
---|
getCellRenderer, getTable, renderRows, renderRows, renderRows, renderRows, renderRows, setCellRenderer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridBulkRenderer(Grid grid)
grid
- Grid to be be bulk renderedMethod Detail |
---|
protected void addChainingCallback(TableBulkRenderer.RenderingOptions options)
options
- options to add the chaining callback toprotected void renderRows(java.util.Iterator<java.util.Iterator<java.lang.Object>> iterator, TableBulkRenderer.RenderingOptions options)
TableBulkRenderer
renderRows
in class TableBulkRenderer
iterator
- Iterator of row iteratorsoptions
- rendering options for this table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |