Uses of Class
com.vaadin.client.ui.orderedlayout.CaptionPosition

Packages that use CaptionPosition
com.vaadin.client.ui.orderedlayout   
 

Uses of CaptionPosition in com.vaadin.client.ui.orderedlayout
 

Methods in com.vaadin.client.ui.orderedlayout that return CaptionPosition
 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(Element captionWrap)
          Deducts the caption position by examining the wrapping element.
static CaptionPosition CaptionPosition.valueOf(java.lang.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
 void Slot.setCaptionPosition(CaptionPosition captionPosition)
          Set the position of the caption relative to the slot
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.