| Package | Description |
|---|---|
| com.vaadin.client.ui.orderedlayout |
| Modifier and Type | Method and Description |
|---|---|
CaptionPosition |
Slot.getCaptionPosition()
Get the position of the caption relative to the slot.
|
CaptionPosition |
VAbstractOrderedLayout.getCaptionPositionFromElement(com.google.gwt.user.client.Element captionWrap)
Deprecated.
As of 7.2, call or override
VAbstractOrderedLayout.getCaptionPositionFromElement(Element) instead |
CaptionPosition |
VAbstractOrderedLayout.getCaptionPositionFromElement(com.google.gwt.dom.client.Element captionWrap)
Deducts the caption position by examining the wrapping element.
|
static CaptionPosition |
CaptionPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptionPosition[] |
CaptionPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setCaptionPosition(CaptionPosition captionPosition)
Set the position of the caption relative to the slot.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.