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 interface
DirectionalManagedLayout
Methods in com.vaadin.client with parameters of type ManagedLayout Modifier and Type Method Description void
LayoutManager. registerDependency(ManagedLayout owner, com.google.gwt.dom.client.Element element)
Registers that a ManagedLayout is depending on the size of an Element.void
LayoutManager. 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.void
LayoutManager. 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.void
LayoutManager. 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.void
LayoutManager. 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 class
GridConnector
A 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 interface
SimpleManagedLayout
-
Uses of ManagedLayout in com.vaadin.client.ui.absolutelayout
Classes in com.vaadin.client.ui.absolutelayout that implement ManagedLayout Modifier and Type Class Description class
AbsoluteLayoutConnector
Connects the server sideAbsoluteLayout
with 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 class
AccordionConnector
A 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 class
ComboBoxConnector
A 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 class
CompositeConnector
Connector 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 class
CustomLayoutConnector
A 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 class
GridLayoutConnector
A 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 void
LayoutDependencyTree. 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.void
LayoutDependencyTree. 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.void
LayoutDependencyTree. setNeedsHorizontalLayout(ManagedLayout layout, boolean needsLayout)
Deprecated.As of 7.0.1, useLayoutDependencyTree.setNeedsHorizontalLayout(String, boolean)
for improved performance.void
LayoutDependencyTree. 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 class
MenuBarConnector
A 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 class
PanelConnector
A 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 class
RichTextAreaConnector
Connector 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 class
AbstractSplitPanelConnector
An abstract connector class for the SplitPanel components.class
HorizontalSplitPanelConnector
A connector class for the HorizontalSplitPanel component.class
VerticalSplitPanelConnector
A 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 class
TabsheetConnector
A 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 class
TreeGridConnector
A 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 class
TwinColSelectConnector
Client side connector forTwinColSelect
component. -
Uses of ManagedLayout in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement ManagedLayout Modifier and Type Class Description class
WindowConnector
A connector class for the Window component.
-