T - the grid bean typepublic abstract static class Grid.AbstractGridExtension<T> extends Object implements DataGenerator<T>
| Constructor and Description |
|---|
AbstractGridExtension(Grid<T> grid)
Constructs a new grid extension, extending the given grid.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
extend(Grid<T> grid)
Adds this extension to the given grid.
|
protected Grid<T> |
getGrid()
Gets the Grid this extension extends.
|
protected void |
refresh(T item)
A helper method for refreshing the client-side representation of a
single data item.
|
protected void |
remove()
Remove this extension from its target.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroyAllData, destroyData, generateData, refreshDataprotected void refresh(T item)
item - the item to refreshprotected void extend(Grid<T> grid)
grid - the grid to extendprotected void remove()
Copyright © 2025. All rights reserved.