Uses of Class
com.vaadin.client.ui.orderedlayout.Slot
-
Packages that use Slot Package Description com.vaadin.client.ui.orderedlayout -
-
Uses of Slot in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return Slot Modifier and Type Method Description protected Slot
VAbstractOrderedLayout. createSlot(com.google.gwt.user.client.ui.Widget widget)
Create a slot to be added to the layout.Slot
VAbstractOrderedLayout. getSlot(com.google.gwt.dom.client.Element widgetElement)
Gets a slot based on the widget element.Slot
VAbstractOrderedLayout. getSlot(com.google.gwt.user.client.Element widgetElement)
Deprecated.As of 7.2, call or overrideVAbstractOrderedLayout.getSlot(Element)
insteadSlot
VAbstractOrderedLayout. getSlot(com.google.gwt.user.client.ui.Widget widget)
Get the containing slot for a widget.Methods in com.vaadin.client.ui.orderedlayout with parameters of type Slot Modifier and Type Method Description void
VAbstractOrderedLayout. addOrMoveSlot(Slot slot, int index)
Deprecated.since 7.1.4, useVAbstractOrderedLayout.addOrMoveSlot(Slot, int, boolean)
void
VAbstractOrderedLayout. addOrMoveSlot(Slot slot, int index, boolean adjustSpacing)
Add or move a slot to another index.protected void
VAbstractOrderedLayout. removeSlot(Slot slot)
Remove a slot from the layout.
-