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 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()Returns the layout manager for the managed layout.LayoutManagerElementResizeEvent. 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 LayoutManagerVAbstractOrderedLayout. 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 voidVAbstractOrderedLayout. setLayoutManager(LayoutManager manager)Set the layout manager for the layout.
-