| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.ui | |
| com.vaadin.client.ui.layout | |
| com.vaadin.client.ui.orderedlayout |
| Modifier and Type | Method and Description |
|---|---|
static LayoutManager |
LayoutManager.get(ApplicationConnection connection)
Gets the layout manager associated with the given
ApplicationConnection. |
LayoutManager |
ComponentConnector.getLayoutManager() |
| Modifier and Type | Method and Description |
|---|---|
LayoutManager |
AbstractComponentConnector.getLayoutManager() |
| Modifier and Type | Method and Description |
|---|---|
LayoutManager |
ComponentConnectorLayoutSlot.getLayoutManager() |
LayoutManager |
ElementResizeEvent.getLayoutManager() |
| Constructor and Description |
|---|
ElementResizeEvent(LayoutManager layoutManager,
com.google.gwt.dom.client.Element element) |
| Modifier and Type | Method and Description |
|---|---|
LayoutManager |
VAbstractOrderedLayout.getLayoutManager()
Get the layout manager used by this layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VAbstractOrderedLayout.setLayoutManager(LayoutManager manager)
Set the layout manager for the layout.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.