Package | Description |
---|---|
gwt.material.design.client.base | |
gwt.material.design.client.constants |
Modifier and Type | Method and Description |
---|---|
TextAlign |
HasTextAlign.getTextAlign()
Get the text alignment.
|
TextAlign |
MaterialWidget.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
protected CssNameMixin<MaterialWidget,TextAlign> |
MaterialWidget.getTextAlignMixin() |
Modifier and Type | Method and Description |
---|---|
void |
HasTextAlign.setTextAlign(TextAlign align)
Set the text alignment.
|
void |
MaterialWidget.setTextAlign(TextAlign align) |
Modifier and Type | Method and Description |
---|---|
static TextAlign |
TextAlign.fromStyleName(String styleName) |
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.
|
Copyright © 2018. All rights reserved.