public interface HierarchicalArrayUpdater extends ArrayUpdater
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HierarchicalArrayUpdater.HierarchicalUpdate
Array updater strategy that is aware of hierarchical changes.
|
ArrayUpdater.Update| Modifier and Type | Method and Description |
|---|---|
HierarchicalArrayUpdater.HierarchicalUpdate |
startUpdate(int sizeChange)
Starts update of an array.
|
initializeHierarchicalArrayUpdater.HierarchicalUpdate startUpdate(int sizeChange)
ArrayUpdaterstartUpdate in interface ArrayUpdatersizeChange - the size of the array where changes happenedCopyright © 2000–2018 Vaadin Ltd. All rights reserved.