Uses of Class
com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Packages that use CaptionPosition Package Description com.vaadin.client.ui.orderedlayout -
-
Uses of CaptionPosition in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return CaptionPosition Modifier and Type Method Description CaptionPosition
Slot. getCaptionPosition()
Get the position of the caption relative to the slotCaptionPosition
VAbstractOrderedLayout. getCaptionPositionFromElement(com.google.gwt.dom.client.Element captionWrap)
Deducts the caption position by examining the wrapping element.CaptionPosition
VAbstractOrderedLayout. getCaptionPositionFromElement(com.google.gwt.user.client.Element captionWrap)
Deprecated.As of 7.2, call or overrideVAbstractOrderedLayout.getCaptionPositionFromElement(Element)
insteadstatic 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.Methods in com.vaadin.client.ui.orderedlayout with parameters of type CaptionPosition Modifier and Type Method Description void
Slot. setCaptionPosition(CaptionPosition captionPosition)
Set the position of the caption relative to the slot
-