| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.declarative |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
Layout.AlignmentHandler.getComponentAlignment(Component childComponent)
Returns the current Alignment of given component.
|
Alignment |
GridLayout.getComponentAlignment(Component childComponent) |
Alignment |
AbstractOrderedLayout.getComponentAlignment(Component childComponent) |
Alignment |
Layout.AlignmentHandler.getDefaultComponentAlignment()
Returns the alignment used for new components added to this layout.
|
Alignment |
GridLayout.getDefaultComponentAlignment() |
Alignment |
AbstractOrderedLayout.getDefaultComponentAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.AlignmentHandler.setComponentAlignment(Component childComponent,
Alignment alignment)
Set alignment for one contained component in this layout.
|
void |
GridLayout.setComponentAlignment(Component childComponent,
Alignment alignment) |
void |
AbstractOrderedLayout.setComponentAlignment(Component childComponent,
Alignment alignment) |
void |
Layout.AlignmentHandler.setDefaultComponentAlignment(Alignment defaultComponentAlignment)
Sets the alignment used for new components added to this layout.
|
void |
GridLayout.setDefaultComponentAlignment(Alignment defaultAlignment) |
void |
AbstractOrderedLayout.setDefaultComponentAlignment(Alignment defaultAlignment) |
| Modifier and Type | Method and Description |
|---|---|
static Alignment |
DesignAttributeHandler.readAlignment(org.jsoup.nodes.Attributes attr)
Read the alignment from the given child component attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DesignAttributeHandler.writeAlignment(org.jsoup.nodes.Element childElement,
Alignment alignment)
Writes the alignment to the given child element attributes.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.