public interface TreeDataModelCallbackHandler<T extends Composite,R extends LazyTreeGridRow> extends DataModelCallbackHandler
| Modifier and Type | Method and Description |
|---|---|
void |
synchronize(R parent,
T model)
This method synchronizes the subtree rows (but not the parent row!)
|
synchronizevoid synchronize(R parent, T model)
null it must invoke the DataModelCallbackHandler.synchronize(GridDataModel) method.
If there are expanded child rows of the parent their children must be synchronized recursively as well.GridPanel.unlock(TreeGridRow) method
instead of the GridPanel.unlock() to improve perfomance.DataModelCallbackHandler.synchronize(GridDataModel) for details about the synchronization process.parent - is a parent row of the subtree.model - is a data model.Copyright © 2008–2013. All rights reserved.