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.grid
Classes in com.vaadin.client.connectors.grid that implement ManagedLayout Modifier and Type Class Description classGridConnectorA connector class for the typed Grid component. -
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 classAccordionConnectorA connector class for the Accordion component. -
Uses of ManagedLayout in com.vaadin.client.ui.combobox
Classes in com.vaadin.client.ui.combobox that implement ManagedLayout Modifier and Type Class Description classComboBoxConnectorA connector class for the ComboBox component. -
Uses of ManagedLayout in com.vaadin.client.ui.composite
Classes in com.vaadin.client.ui.composite that implement ManagedLayout Modifier and Type Class Description classCompositeConnectorConnector for the Composite component. -
Uses of ManagedLayout in com.vaadin.client.ui.customlayout
Classes in com.vaadin.client.ui.customlayout that implement ManagedLayout Modifier and Type Class Description classCustomLayoutConnectorA connector class for CustomLayout. -
Uses of ManagedLayout in com.vaadin.client.ui.gridlayout
Classes in com.vaadin.client.ui.gridlayout that implement ManagedLayout Modifier and Type Class Description classGridLayoutConnectorA connector class for the GridLayout component. -
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)Marks the managed layout as layouted horizontally and propagates the need of horizontal measuring for any components that might have got their size changed as a result.voidLayoutDependencyTree. markAsVerticallyLayouted(ManagedLayout layout)Marks the managed layout as layouted vertically and propagates the need of vertical measuring for any components that might have got their size changed as a result.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)Constructs a slot instance for a ManagedLayout cell. -
Uses of ManagedLayout in com.vaadin.client.ui.menubar
Classes in com.vaadin.client.ui.menubar that implement ManagedLayout Modifier and Type Class Description classMenuBarConnectorA connector class for the MenuBar component. -
Uses of ManagedLayout in com.vaadin.client.ui.panel
Classes in com.vaadin.client.ui.panel that implement ManagedLayout Modifier and Type Class Description classPanelConnectorA connector class for the Panel component. -
Uses of ManagedLayout in com.vaadin.client.ui.richtextarea
Classes in com.vaadin.client.ui.richtextarea that implement ManagedLayout Modifier and Type Class Description classRichTextAreaConnectorConnector for RichTextArea. -
Uses of ManagedLayout in com.vaadin.client.ui.splitpanel
Classes in com.vaadin.client.ui.splitpanel that implement ManagedLayout Modifier and Type Class Description classAbstractSplitPanelConnectorAn abstract connector class for the SplitPanel components.classHorizontalSplitPanelConnectorA connector class for the HorizontalSplitPanel component.classVerticalSplitPanelConnectorA connector class for the VerticalSplitPanel component. -
Uses of ManagedLayout in com.vaadin.client.ui.tabsheet
Classes in com.vaadin.client.ui.tabsheet that implement ManagedLayout Modifier and Type Class Description classTabsheetConnectorA connector class for the TabSheet component. -
Uses of ManagedLayout in com.vaadin.client.ui.treegrid
Classes in com.vaadin.client.ui.treegrid that implement ManagedLayout Modifier and Type Class Description classTreeGridConnectorA connector class for the TreeGrid component. -
Uses of ManagedLayout in com.vaadin.client.ui.twincolselect
Classes in com.vaadin.client.ui.twincolselect that implement ManagedLayout Modifier and Type Class Description classTwinColSelectConnectorClient side connector forTwinColSelectcomponent. -
Uses of ManagedLayout in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement ManagedLayout Modifier and Type Class Description classWindowConnectorA connector class for the Window component.
-