Uses of Class
com.vaadin.shared.ui.AlignmentInfo
-
Packages that use AlignmentInfo Package Description com.vaadin.client.ui com.vaadin.client.ui.layout com.vaadin.client.ui.orderedlayout com.vaadin.shared.ui com.vaadin.shared.ui.gridlayout -
-
Uses of AlignmentInfo in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type AlignmentInfo Modifier and Type Method Description void
VGridLayout.Cell. setAlignment(AlignmentInfo alignmentInfo)
-
Uses of AlignmentInfo in com.vaadin.client.ui.layout
Methods in com.vaadin.client.ui.layout that return AlignmentInfo Modifier and Type Method Description AlignmentInfo
VLayoutSlot. getAlignment()
Methods in com.vaadin.client.ui.layout with parameters of type AlignmentInfo Modifier and Type Method Description void
VLayoutSlot. setAlignment(AlignmentInfo alignment)
-
Uses of AlignmentInfo in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return AlignmentInfo Modifier and Type Method Description AlignmentInfo
Slot. getAlignment()
Returns the alignment for the slotMethods in com.vaadin.client.ui.orderedlayout with parameters of type AlignmentInfo Modifier and Type Method Description void
Slot. setAlignment(AlignmentInfo alignment)
Sets how the widget is aligned inside the slot -
Uses of AlignmentInfo in com.vaadin.shared.ui
Fields in com.vaadin.shared.ui declared as AlignmentInfo Modifier and Type Field Description static AlignmentInfo
AlignmentInfo. BOTTOM
static AlignmentInfo
AlignmentInfo. CENTER
static AlignmentInfo
AlignmentInfo. LEFT
static AlignmentInfo
AlignmentInfo. MIDDLE
static AlignmentInfo
AlignmentInfo. RIGHT
static AlignmentInfo
AlignmentInfo. TOP
static AlignmentInfo
AlignmentInfo. TOP_LEFT
Constructors in com.vaadin.shared.ui with parameters of type AlignmentInfo Constructor Description AlignmentInfo(AlignmentInfo horizontal, AlignmentInfo vertical)
-
Uses of AlignmentInfo in com.vaadin.shared.ui.gridlayout
Fields in com.vaadin.shared.ui.gridlayout declared as AlignmentInfo Modifier and Type Field Description static AlignmentInfo
GridLayoutState. ALIGNMENT_DEFAULT
-