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
Subclasses of LayoutManager in com.vaadin.client Modifier and Type Class Description class
LayoutManagerIE8
Alternative MeasuredSize storage for IE8.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()
LayoutManager
ElementResizeEvent. getLayoutManager()
Constructors in com.vaadin.client.ui.layout with parameters of type LayoutManager Constructor Description ElementResizeEvent(LayoutManager layoutManager, com.google.gwt.dom.client.Element element)
-
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 layoutMethods 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
-