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 class
VHorizontalLayout
Represents a layout where the children is ordered verticallyclass
VVerticalLayout
Represents 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 VAbstractOrderedLayout
AbstractOrderedLayoutConnector. getWidget()
Methods in com.vaadin.client.ui.orderedlayout with parameters of type VAbstractOrderedLayout Modifier and Type Method Description void
Slot. 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.
-