public interface UIInternalUpdater extends Serializable
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Method and Description |
---|---|
default void |
moveToNewUI(UI oldUI,
UI newUI)
Move all the children from the old UI to the new UI.
|
default void |
updateRoot(UI ui,
HasElement oldRoot,
HasElement newRoot)
Update root element of the given UI.
|
default void updateRoot(UI ui, HasElement oldRoot, HasElement newRoot)
ui
- the UI to be updatedoldRoot
- the old root to be removednewRoot
- the new root to be addedCopyright © 2021. All rights reserved.