|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ManagedLayout in com.vaadin.client |
|---|
| Subinterfaces of ManagedLayout in com.vaadin.client | |
|---|---|
interface |
DirectionalManagedLayout
|
| Methods in com.vaadin.client with parameters of type ManagedLayout | |
|---|---|
void |
LayoutManager.registerDependency(ManagedLayout owner,
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,
Element element)
Registers that a ManagedLayout is no longer depending on the size of an Element. |
| Uses of ManagedLayout in com.vaadin.client.ui |
|---|
| Subinterfaces of ManagedLayout in com.vaadin.client.ui | |
|---|---|
interface |
SimpleManagedLayout
|
| Uses of ManagedLayout in com.vaadin.client.ui.absolutelayout |
|---|
| Classes in com.vaadin.client.ui.absolutelayout that implement ManagedLayout | |
|---|---|
class |
AbsoluteLayoutConnector
Connects the server side AbsoluteLayout with the client side
counterpart VAbsoluteLayout |
| Uses of ManagedLayout in com.vaadin.client.ui.accordion |
|---|
| Classes in com.vaadin.client.ui.accordion that implement ManagedLayout | |
|---|---|
class |
AccordionConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.calendar |
|---|
| Classes in com.vaadin.client.ui.calendar that implement ManagedLayout | |
|---|---|
class |
CalendarConnector
Handles communication between Calendar on the server side and VCalendar on the client side. |
| Uses of ManagedLayout in com.vaadin.client.ui.combobox |
|---|
| Classes in com.vaadin.client.ui.combobox that implement ManagedLayout | |
|---|---|
class |
ComboBoxConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.customlayout |
|---|
| Classes in com.vaadin.client.ui.customlayout that implement ManagedLayout | |
|---|---|
class |
CustomLayoutConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.gridlayout |
|---|
| Classes in com.vaadin.client.ui.gridlayout that implement ManagedLayout | |
|---|---|
class |
GridLayoutConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.layout |
|---|
| Methods in com.vaadin.client.ui.layout that return ManagedLayout | |
|---|---|
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. |
| Methods in com.vaadin.client.ui.layout with parameters of type ManagedLayout | |
|---|---|
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. |
| Constructors in com.vaadin.client.ui.layout with parameters of type ManagedLayout | |
|---|---|
ComponentConnectorLayoutSlot(java.lang.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 | |
|---|---|
class |
MenuBarConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.panel |
|---|
| Classes in com.vaadin.client.ui.panel that implement ManagedLayout | |
|---|---|
class |
PanelConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.splitpanel |
|---|
| Classes in com.vaadin.client.ui.splitpanel that implement ManagedLayout | |
|---|---|
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 | |
|---|---|
class |
TableConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.tabsheet |
|---|
| Classes in com.vaadin.client.ui.tabsheet that implement ManagedLayout | |
|---|---|
class |
TabsheetConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.treetable |
|---|
| Classes in com.vaadin.client.ui.treetable that implement ManagedLayout | |
|---|---|
class |
TreeTableConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.twincolselect |
|---|
| Classes in com.vaadin.client.ui.twincolselect that implement ManagedLayout | |
|---|---|
class |
TwinColSelectConnector
|
| Uses of ManagedLayout in com.vaadin.client.ui.window |
|---|
| Classes in com.vaadin.client.ui.window that implement ManagedLayout | |
|---|---|
class |
WindowConnector
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||