Uses of Interface
com.vaadin.flow.component.internal.UIInternalUpdater
-
Packages that use UIInternalUpdater Package Description com.vaadin.flow.component com.vaadin.flow.component.internal -
-
Uses of UIInternalUpdater in com.vaadin.flow.component
Constructors in com.vaadin.flow.component with parameters of type UIInternalUpdater Constructor Description UI(UIInternalUpdater internalsHandler)
Create a new empty UI with a customUIInternalUpdater
implementation. -
Uses of UIInternalUpdater in com.vaadin.flow.component.internal
Constructors in com.vaadin.flow.component.internal with parameters of type UIInternalUpdater Constructor Description UIInternals(UI ui, UIInternalUpdater internalsHandler)
Creates a new instance for the given UI.
-