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
Classes in com.vaadin.client.connectors that implement ManagedLayout Modifier and Type Class Description class
GridConnector
Connects the client sideGrid
widget with the server sideGrid
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
-
Uses of ManagedLayout in com.vaadin.client.ui.calendar
Classes in com.vaadin.client.ui.calendar that implement ManagedLayout Modifier and Type Class Description class
CalendarConnector
Handles communication between Calendar on the server side andVCalendar
on 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 class
ComboBoxConnector
-
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
-
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
-
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)
void
LayoutDependencyTree. markAsVerticallyLayouted(ManagedLayout layout)
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)
-
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
-
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
-
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
-
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
class
HorizontalSplitPanelConnector
class
VerticalSplitPanelConnector
-
Uses of ManagedLayout in com.vaadin.client.ui.table
Classes in com.vaadin.client.ui.table that implement ManagedLayout Modifier and Type Class Description class
TableConnector
-
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
-
Uses of ManagedLayout in com.vaadin.client.ui.treetable
Classes in com.vaadin.client.ui.treetable that implement ManagedLayout Modifier and Type Class Description class
TreeTableConnector
-
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
-
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
-