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

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

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

Methods in com.vaadin.client.ui.orderedlayout that return Slot
 Slot VAbstractOrderedLayout.getSlot(com.google.gwt.user.client.Element widgetElement)
          Deprecated. As of 7.2, call or override VAbstractOrderedLayout.getSlot(Element) instead
 Slot VAbstractOrderedLayout.getSlot(Element widgetElement)
          Gets a slot based on the widget element.
 Slot VAbstractOrderedLayout.getSlot(Widget widget)
          Get the containing slot for a widget.
 

Methods in com.vaadin.client.ui.orderedlayout with parameters of type Slot
 void VAbstractOrderedLayout.addOrMoveSlot(Slot slot, int index)
          Deprecated. since 7.1.4, use VAbstractOrderedLayout.addOrMoveSlot(Slot, int, boolean)
 void VAbstractOrderedLayout.addOrMoveSlot(Slot slot, int index, boolean adjustSpacing)
          Add or move a slot to another index.
 



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