Uses of Class
com.vaadin.classic.v8.ui.AbsoluteLayout.ComponentPosition
-
Packages that use AbsoluteLayout.ComponentPosition Package Description com.vaadin.classic.v8.ui -
-
Uses of AbsoluteLayout.ComponentPosition in com.vaadin.classic.v8.ui
Methods in com.vaadin.classic.v8.ui that return AbsoluteLayout.ComponentPosition Modifier and Type Method Description AbsoluteLayout.ComponentPositionAbsoluteLayout. getPosition(com.vaadin.flow.component.Component component)Gets the position of a component in the layout.Methods in com.vaadin.classic.v8.ui with parameters of type AbsoluteLayout.ComponentPosition Modifier and Type Method Description voidAbsoluteLayout. setPosition(com.vaadin.flow.component.Component component, AbsoluteLayout.ComponentPosition position)Sets the position of a component in the layout.
-