| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConnector
Connector for the Composite component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomLayoutConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector |
| 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) |
void |
LayoutDependencyTree.markAsVerticallyLayouted(ManagedLayout layout) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBarConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
PanelConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextAreaConnector
Connector for RichTextArea.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSplitPanelConnector |
class |
HorizontalSplitPanelConnector |
class |
VerticalSplitPanelConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
TabsheetConnector |
| 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 |
Copyright © 2018 Vaadin Ltd. All rights reserved.