public interface UIInternalUpdater extends Serializable
| 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.