Package | Description |
---|---|
com.xalys.xgl | |
com.xalys.xgl.browser.dom.css | |
com.xalys.xgl.browser.dom.css.enums | |
com.xalys.xgl.forms | |
com.xalys.xgl.table |
Modifier and Type | Method and Description |
---|---|
W |
Widget.setTextAlign(TextAlign textAlign)
Set the text alignment.
|
Modifier and Type | Method and Description |
---|---|
TextAlign |
NativeCSSStyleDeclaration.getTextAlign() |
TextAlign |
ComputedStyle.getTextAlign() |
TextAlign |
MutableStyle.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setTextAlign(TextAlign textAlign) |
MutableStyle |
MutableStyle.setTextAlign(TextAlign textAlign) |
Modifier and Type | Method and Description |
---|---|
static TextAlign |
TextAlign.get(String propertyName) |
static TextAlign |
TextAlign.getDefault() |
static TextAlign |
TextAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlign[] |
TextAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected TextAlign |
ValueField.editTextAlign |
protected TextAlign |
ValueField.textAlign |
Modifier and Type | Method and Description |
---|---|
W |
AbstractTextField.setEditTextAlign(TextAlign editTextAlign) |
W |
AbstractTextField.setTextAlign(TextAlign textAlign) |
Modifier and Type | Method and Description |
---|---|
TextAlign |
TableColumn.getHorizontalAlignment() |
TextAlign |
TableColumn.getTitleHorizontalAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
TableColumn.setHorizontalAlignment(TextAlign horizontalAlignment) |
void |
TableColumn.setTitleHorizontalAlignment(TextAlign titleHorizontalAlignment) |
Copyright © 2018 Xalys. All rights reserved.