public interface GridArrayUpdater extends ArrayUpdater
Modifier and Type | Interface and Description |
---|---|
static class |
GridArrayUpdater.UpdateQueueData
Data object for
TreeGridArrayUpdater . |
ArrayUpdater.Update
Modifier and Type | Method and Description |
---|---|
GridArrayUpdater.UpdateQueueData |
getUpdateQueueData()
Gets
GridArrayUpdater.UpdateQueueData set for this array updater. |
void |
setUpdateQueueData(GridArrayUpdater.UpdateQueueData data)
Sets
GridArrayUpdater.UpdateQueueData for this array updater. |
initialize, startUpdate
void setUpdateQueueData(GridArrayUpdater.UpdateQueueData data)
GridArrayUpdater.UpdateQueueData
for this array updater.data
- the new GridArrayUpdater.UpdateQueueData
objectGridArrayUpdater.UpdateQueueData getUpdateQueueData()
GridArrayUpdater.UpdateQueueData
set for this array updater.GridArrayUpdater.UpdateQueueData
or null if not set.Copyright © 2023. All rights reserved.