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 classLayoutManagerIE8Alternative MeasuredSize storage for IE8.Methods in com.vaadin.client that return LayoutManager Modifier and Type Method Description static LayoutManagerLayoutManager. get(ApplicationConnection connection)Gets the layout manager associated with the givenApplicationConnection.LayoutManagerComponentConnector. getLayoutManager() -
Uses of LayoutManager in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return LayoutManager Modifier and Type Method Description LayoutManagerAbstractComponentConnector. 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 LayoutManagerComponentConnectorLayoutSlot. getLayoutManager()LayoutManagerElementResizeEvent. 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 LayoutManagerVAbstractOrderedLayout. 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 voidVAbstractOrderedLayout. setLayoutManager(LayoutManager manager)Set the layout manager for the layout
-