| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.ui.orderedlayout |
| Modifier and Type | Class and Description |
|---|---|
class |
VHorizontalLayout
Represents a layout where the children is ordered vertically.
|
class |
VVerticalLayout
Represents a layout where the children is ordered vertically.
|
| Modifier and Type | Method and Description |
|---|---|
VAbstractOrderedLayout |
AbstractOrderedLayoutConnector.getWidget() |
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setLayout(VAbstractOrderedLayout layout)
Set the layout in which this slot is.
|
| Constructor and Description |
|---|
Slot(VAbstractOrderedLayout layout,
com.google.gwt.user.client.ui.Widget widget)
Deprecated.
use
GWT.create(Class), Slot.setWidget(Widget) and
Slot.setLayout(VAbstractOrderedLayout) instead |
Copyright © 2023 Vaadin Ltd. All rights reserved.