Uses of Class
com.vaadin.flow.component.internal.UIInternals
-
Packages that use UIInternals Package Description com.vaadin.flow.component com.vaadin.flow.internal -
-
Uses of UIInternals in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return UIInternals Modifier and Type Method Description UIInternals
UI. getInternals()
Gets the framework data object for this UI. -
Uses of UIInternals in com.vaadin.flow.internal
Constructors in com.vaadin.flow.internal with parameters of type UIInternals Constructor Description StateTree(UIInternals uiInternals, Class<? extends NodeFeature>... features)
Creates a new state tree with a set of features defined for the root node.
-