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 AlignmentAbstractOrderedLayout. ALIGNMENT_DEFAULTstatic AlignmentAlignment. BOTTOM_CENTERstatic AlignmentAlignment. BOTTOM_LEFTstatic AlignmentAlignment. BOTTOM_RIGHTstatic AlignmentAlignment. MIDDLE_CENTERstatic AlignmentAlignment. MIDDLE_LEFTstatic AlignmentAlignment. MIDDLE_RIGHTstatic AlignmentAlignment. TOP_CENTERstatic AlignmentAlignment. TOP_LEFTstatic AlignmentAlignment. TOP_RIGHTMethods in com.vaadin.ui that return Alignment Modifier and Type Method Description AlignmentAbstractOrderedLayout. getComponentAlignment(Component childComponent)AlignmentGridLayout. getComponentAlignment(Component childComponent)AlignmentLayout.AlignmentHandler. getComponentAlignment(Component childComponent)Returns the current Alignment of given component.AlignmentAbstractOrderedLayout. getDefaultComponentAlignment()AlignmentGridLayout. getDefaultComponentAlignment()AlignmentLayout.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 voidAbstractOrderedLayout. setComponentAlignment(Component childComponent, Alignment alignment)voidGridLayout. setComponentAlignment(Component childComponent, Alignment alignment)voidLayout.AlignmentHandler. setComponentAlignment(Component childComponent, Alignment alignment)Set alignment for one contained component in this layout.voidAbstractOrderedLayout. setDefaultComponentAlignment(Alignment defaultAlignment)voidGridLayout. setDefaultComponentAlignment(Alignment defaultAlignment)voidLayout.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 AlignmentDesignAttributeHandler. 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 voidDesignAttributeHandler. writeAlignment(org.jsoup.nodes.Element childElement, Alignment alignment)Writes the alignment to the given child element attributes.
-