Uses of Class
com.vaadin.classic.v8.ui.AbsoluteLayout.ComponentPosition
Packages that use AbsoluteLayout.ComponentPosition
-
Uses of AbsoluteLayout.ComponentPosition in com.vaadin.classic.v8.ui
Methods in com.vaadin.classic.v8.ui that return AbsoluteLayout.ComponentPositionModifier and TypeMethodDescriptionAbsoluteLayout.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.ComponentPositionModifier and TypeMethodDescriptionvoidAbsoluteLayout.setPosition(com.vaadin.flow.component.Component component, AbsoluteLayout.ComponentPosition position) Sets the position of a component in the layout.