|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Characteristic interface which indicates that a widget has an associated vertical alignment.
| Nested Class Summary | |
static class |
HasVerticalAlignment.VerticalAlignmentConstant
Horizontal alignment constant. |
| Field Summary | |
static HasVerticalAlignment.VerticalAlignmentConstant |
ALIGN_BOTTOM
Specifies that the widget's contents should be aligned to the bottom. |
static HasVerticalAlignment.VerticalAlignmentConstant |
ALIGN_MIDDLE
Specifies that the widget's contents should be aligned in the middle. |
static HasVerticalAlignment.VerticalAlignmentConstant |
ALIGN_TOP
Specifies that the widget's contents should be aligned to the top. |
| Method Summary | |
HasVerticalAlignment.VerticalAlignmentConstant |
getVerticalAlignment()
Gets the vertical alignment. |
void |
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the vertical alignment. |
| Field Detail |
public static final HasVerticalAlignment.VerticalAlignmentConstant ALIGN_BOTTOM
public static final HasVerticalAlignment.VerticalAlignmentConstant ALIGN_MIDDLE
public static final HasVerticalAlignment.VerticalAlignmentConstant ALIGN_TOP
| Method Detail |
public HasVerticalAlignment.VerticalAlignmentConstant getVerticalAlignment()
public void setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
align - the vertical alignment (
ALIGN_TOP,
ALIGN_MIDDLE, or
ALIGN_BOTTOM).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||