Uses of Class
com.vaadin.ui.Alignment
-
Packages that use Alignment Package Description com.vaadin.ui com.vaadin.ui.declarative -
-
Uses of Alignment in com.vaadin.ui
Fields in com.vaadin.ui declared as Alignment Modifier and Type Field Description static Alignment
AbstractOrderedLayout. ALIGNMENT_DEFAULT
static Alignment
Alignment. BOTTOM_CENTER
static Alignment
Alignment. BOTTOM_LEFT
static Alignment
Alignment. BOTTOM_RIGHT
static Alignment
Alignment. MIDDLE_CENTER
static Alignment
Alignment. MIDDLE_LEFT
static Alignment
Alignment. MIDDLE_RIGHT
static Alignment
Alignment. TOP_CENTER
static Alignment
Alignment. TOP_LEFT
static Alignment
Alignment. TOP_RIGHT
Methods in com.vaadin.ui that return Alignment Modifier and Type Method Description Alignment
AbstractOrderedLayout. getComponentAlignment(Component childComponent)
Alignment
GridLayout. getComponentAlignment(Component childComponent)
Alignment
Layout.AlignmentHandler. getComponentAlignment(Component childComponent)
Returns the current Alignment of given component.Alignment
AbstractOrderedLayout. getDefaultComponentAlignment()
Alignment
GridLayout. getDefaultComponentAlignment()
Alignment
Layout.AlignmentHandler. getDefaultComponentAlignment()
Returns the alignment used for new components added to this layoutMethods in com.vaadin.ui with parameters of type Alignment Modifier and Type Method Description void
AbstractOrderedLayout. setComponentAlignment(Component childComponent, Alignment alignment)
void
GridLayout. setComponentAlignment(Component childComponent, Alignment alignment)
void
Layout.AlignmentHandler. setComponentAlignment(Component childComponent, Alignment alignment)
Set alignment for one contained component in this layout.void
AbstractOrderedLayout. setDefaultComponentAlignment(Alignment defaultAlignment)
void
GridLayout. setDefaultComponentAlignment(Alignment defaultAlignment)
void
Layout.AlignmentHandler. setDefaultComponentAlignment(Alignment defaultComponentAlignment)
Sets the alignment used for new components added to this layout. -
Uses of Alignment in com.vaadin.ui.declarative
Methods in com.vaadin.ui.declarative that return Alignment Modifier and Type Method Description static Alignment
DesignAttributeHandler. readAlignment(org.jsoup.nodes.Attributes attr)
Read the alignment from the given child component attributes.Methods in com.vaadin.ui.declarative with parameters of type Alignment Modifier and Type Method Description static void
DesignAttributeHandler. writeAlignment(org.jsoup.nodes.Element childElement, Alignment alignment)
Writes the alignment to the given child element attributes.
-