|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment | |
---|---|
com.vaadin.ui |
Uses of Alignment in com.vaadin.ui |
---|
Fields in com.vaadin.ui declared as Alignment | |
---|---|
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 | |
---|---|
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()
|
Methods in com.vaadin.ui with parameters of type Alignment | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |