Uses of Class
com.vaadin.client.LayoutManager
-
Packages that use LayoutManager Package Description com.vaadin.client com.vaadin.client.ui com.vaadin.client.ui.layout com.vaadin.client.ui.orderedlayout -
-
Uses of LayoutManager in com.vaadin.client
Methods in com.vaadin.client that return LayoutManager Modifier and Type Method Description static LayoutManager
LayoutManager. get(ApplicationConnection connection)
Gets the layout manager associated with the givenApplicationConnection
.LayoutManager
ComponentConnector. getLayoutManager()
-
Uses of LayoutManager in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return LayoutManager Modifier and Type Method Description LayoutManager
AbstractComponentConnector. getLayoutManager()
-
Uses of LayoutManager in com.vaadin.client.ui.layout
Methods in com.vaadin.client.ui.layout that return LayoutManager Modifier and Type Method Description LayoutManager
ComponentConnectorLayoutSlot. getLayoutManager()
Returns the layout manager for the managed layout.LayoutManager
ElementResizeEvent. getLayoutManager()
Returns the current layout manager.Constructors in com.vaadin.client.ui.layout with parameters of type LayoutManager Constructor Description ElementResizeEvent(LayoutManager layoutManager, com.google.gwt.dom.client.Element element)
Constructs an element resize event. -
Uses of LayoutManager in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return LayoutManager Modifier and Type Method Description LayoutManager
VAbstractOrderedLayout. getLayoutManager()
Get the layout manager used by this layout.Methods in com.vaadin.client.ui.orderedlayout with parameters of type LayoutManager Modifier and Type Method Description void
VAbstractOrderedLayout. setLayoutManager(LayoutManager manager)
Set the layout manager for the layout.
-