Uses of Interface
com.vaadin.client.ui.ManagedLayout
-
-
Uses of ManagedLayout in com.vaadin.client
Subinterfaces of ManagedLayout in com.vaadin.client Modifier and Type Interface Description interfaceDirectionalManagedLayoutMethods in com.vaadin.client with parameters of type ManagedLayout Modifier and Type Method Description voidLayoutManager. registerDependency(ManagedLayout owner, com.google.gwt.dom.client.Element element)Registers that a ManagedLayout is depending on the size of an Element.voidLayoutManager. setNeedsHorizontalLayout(ManagedLayout layout)Marks that a ManagedLayout should be layouted horizontally in the next layout phase even if none of the elements managed by the layout have been resized horizontally.voidLayoutManager. setNeedsLayout(ManagedLayout layout)Marks that a ManagedLayout should be layouted in the next layout phase even if none of the elements managed by the layout have been resized.voidLayoutManager. setNeedsVerticalLayout(ManagedLayout layout)Marks that a ManagedLayout should be layouted vertically in the next layout phase even if none of the elements managed by the layout have been resized vertically.voidLayoutManager. unregisterDependency(ManagedLayout owner, com.google.gwt.dom.client.Element element)Registers that a ManagedLayout is no longer depending on the size of an Element. -
Uses of ManagedLayout in com.vaadin.client.connectors
Classes in com.vaadin.client.connectors that implement ManagedLayout Modifier and Type Class Description classGridConnectorConnects the client sideGridwidget with the server sideGridcomponent. -
Uses of ManagedLayout in com.vaadin.client.ui
Subinterfaces of ManagedLayout in com.vaadin.client.ui Modifier and Type Interface Description interfaceSimpleManagedLayout -
Uses of ManagedLayout in com.vaadin.client.ui.absolutelayout
Classes in com.vaadin.client.ui.absolutelayout that implement ManagedLayout Modifier and Type Class Description classAbsoluteLayoutConnectorConnects the server sideAbsoluteLayoutwith the client side counterpartVAbsoluteLayout -
Uses of ManagedLayout in com.vaadin.client.ui.accordion
Classes in com.vaadin.client.ui.accordion that implement ManagedLayout Modifier and Type Class Description classAccordionConnector -
Uses of ManagedLayout in com.vaadin.client.ui.calendar
Classes in com.vaadin.client.ui.calendar that implement ManagedLayout Modifier and Type Class Description classCalendarConnectorHandles communication between Calendar on the server side andVCalendaron the client side. -
Uses of ManagedLayout in com.vaadin.client.ui.combobox
Classes in com.vaadin.client.ui.combobox that implement ManagedLayout Modifier and Type Class Description classComboBoxConnector -
Uses of ManagedLayout in com.vaadin.client.ui.customlayout
Classes in com.vaadin.client.ui.customlayout that implement ManagedLayout Modifier and Type Class Description classCustomLayoutConnector -
Uses of ManagedLayout in com.vaadin.client.ui.gridlayout
Classes in com.vaadin.client.ui.gridlayout that implement ManagedLayout Modifier and Type Class Description classGridLayoutConnector -
Uses of ManagedLayout in com.vaadin.client.ui.layout
Methods in com.vaadin.client.ui.layout that return ManagedLayout Modifier and Type Method Description ManagedLayout[]LayoutDependencyTree. getHorizontalLayoutTargets()Deprecated.As of 7.0.1, useLayoutDependencyTree.getHorizontalLayoutTargetsJsArray()for improved performance.ManagedLayout[]LayoutDependencyTree. getVerticalLayoutTargets()Deprecated.As of 7.0.1, useLayoutDependencyTree.getVerticalLayoutTargetsJsArray()for improved performance.Methods in com.vaadin.client.ui.layout with parameters of type ManagedLayout Modifier and Type Method Description voidLayoutDependencyTree. markAsHorizontallyLayouted(ManagedLayout layout)voidLayoutDependencyTree. markAsVerticallyLayouted(ManagedLayout layout)voidLayoutDependencyTree. setNeedsHorizontalLayout(ManagedLayout layout, boolean needsLayout)Deprecated.As of 7.0.1, useLayoutDependencyTree.setNeedsHorizontalLayout(String, boolean)for improved performance.voidLayoutDependencyTree. setNeedsVerticalLayout(ManagedLayout layout, boolean needsLayout)Deprecated.As of 7.0.1, useLayoutDependencyTree.setNeedsVerticalLayout(String, boolean)for improved performance.Constructors in com.vaadin.client.ui.layout with parameters of type ManagedLayout Constructor Description ComponentConnectorLayoutSlot(String baseClassName, ComponentConnector child, ManagedLayout layout) -
Uses of ManagedLayout in com.vaadin.client.ui.menubar
Classes in com.vaadin.client.ui.menubar that implement ManagedLayout Modifier and Type Class Description classMenuBarConnector -
Uses of ManagedLayout in com.vaadin.client.ui.panel
Classes in com.vaadin.client.ui.panel that implement ManagedLayout Modifier and Type Class Description classPanelConnector -
Uses of ManagedLayout in com.vaadin.client.ui.richtextarea
Classes in com.vaadin.client.ui.richtextarea that implement ManagedLayout Modifier and Type Class Description classRichTextAreaConnector -
Uses of ManagedLayout in com.vaadin.client.ui.splitpanel
Classes in com.vaadin.client.ui.splitpanel that implement ManagedLayout Modifier and Type Class Description classAbstractSplitPanelConnectorclassHorizontalSplitPanelConnectorclassVerticalSplitPanelConnector -
Uses of ManagedLayout in com.vaadin.client.ui.table
Classes in com.vaadin.client.ui.table that implement ManagedLayout Modifier and Type Class Description classTableConnector -
Uses of ManagedLayout in com.vaadin.client.ui.tabsheet
Classes in com.vaadin.client.ui.tabsheet that implement ManagedLayout Modifier and Type Class Description classTabsheetConnector -
Uses of ManagedLayout in com.vaadin.client.ui.treetable
Classes in com.vaadin.client.ui.treetable that implement ManagedLayout Modifier and Type Class Description classTreeTableConnector -
Uses of ManagedLayout in com.vaadin.client.ui.twincolselect
Classes in com.vaadin.client.ui.twincolselect that implement ManagedLayout Modifier and Type Class Description classTwinColSelectConnector -
Uses of ManagedLayout in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement ManagedLayout Modifier and Type Class Description classWindowConnector
-