Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Field and Description |
---|---|
static TextBoxBase.TextAlignConstant |
TextBoxBase.ALIGN_CENTER
Center the text.
|
static TextBoxBase.TextAlignConstant |
TextBoxBase.ALIGN_JUSTIFY
Justify the text.
|
static TextBoxBase.TextAlignConstant |
TextBoxBase.ALIGN_LEFT
Align the text to the left edge.
|
static TextBoxBase.TextAlignConstant |
TextBoxBase.ALIGN_RIGHT
Align the text to the right.
|
Modifier and Type | Method and Description |
---|---|
void |
TextBoxBase.setTextAlignment(TextBoxBase.TextAlignConstant align)
Deprecated.
|
Copyright © 2018. All rights reserved.