Uses of Class
com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Packages that use VAbstractOrderedLayout Package Description com.vaadin.client.ui com.vaadin.client.ui.orderedlayout -
-
Uses of VAbstractOrderedLayout in com.vaadin.client.ui
Subclasses of VAbstractOrderedLayout in com.vaadin.client.ui Modifier and Type Class Description classVHorizontalLayoutRepresents a layout where the children is ordered vertically.classVVerticalLayoutRepresents a layout where the children is ordered vertically. -
Uses of VAbstractOrderedLayout in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return VAbstractOrderedLayout Modifier and Type Method Description VAbstractOrderedLayoutAbstractOrderedLayoutConnector. getWidget()Methods in com.vaadin.client.ui.orderedlayout with parameters of type VAbstractOrderedLayout Modifier and Type Method Description voidSlot. setLayout(VAbstractOrderedLayout layout)Set the layout in which this slot is.Constructors in com.vaadin.client.ui.orderedlayout with parameters of type VAbstractOrderedLayout Constructor Description Slot(VAbstractOrderedLayout layout, com.google.gwt.user.client.ui.Widget widget)Deprecated.
-