| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectionalManagedLayout |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridConnector
A connector class for the typed Grid component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleManagedLayout |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayoutConnector
Connects the server side
AbsoluteLayout with the client side
counterpart VAbsoluteLayout. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionConnector
A connector class for the Accordion component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxConnector
A connector class for the ComboBox component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConnector
Connector for the Composite component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomLayoutConnector
A connector class for CustomLayout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector
A connector class for the GridLayout component.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedLayout[] |
LayoutDependencyTree.getHorizontalLayoutTargets()
Deprecated.
As of 7.0.1, use
LayoutDependencyTree.getHorizontalLayoutTargetsJsArray()
for improved performance. |
ManagedLayout[] |
LayoutDependencyTree.getVerticalLayoutTargets()
Deprecated.
As of 7.0.1, use
LayoutDependencyTree.getVerticalLayoutTargetsJsArray()
for improved performance. |
| Modifier and Type | Method and 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, use
LayoutDependencyTree.setNeedsHorizontalLayout(String, boolean) for
improved performance. |
void |
LayoutDependencyTree.setNeedsVerticalLayout(ManagedLayout layout,
boolean needsLayout)
Deprecated.
As of 7.0.1, use
LayoutDependencyTree.setNeedsVerticalLayout(String, boolean) for improved
performance. |
| Constructor and Description |
|---|
ComponentConnectorLayoutSlot(String baseClassName,
ComponentConnector child,
ManagedLayout layout)
Constructs a slot instance for a ManagedLayout cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBarConnector
A connector class for the MenuBar component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PanelConnector
A connector class for the Panel component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextAreaConnector
Connector for RichTextArea.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TabsheetConnector
A connector class for the TabSheet component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeGridConnector
A connector class for the TreeGrid component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwinColSelectConnector
Client side connector for
TwinColSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector
A connector class for the Window component.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.