public static enum TextFieldCellView.HorizontalAlignment extends Enum<TextFieldCellView.HorizontalAlignment>
| Modifier and Type | Method and Description |
|---|---|
static TextFieldCellView.HorizontalAlignment |
getDefault()
Obtém o valor-padrão (
LEFT). |
static TextFieldCellView.HorizontalAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFieldCellView.HorizontalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextFieldCellView.HorizontalAlignment RIGHT
public static final TextFieldCellView.HorizontalAlignment LEFT
public static final TextFieldCellView.HorizontalAlignment CENTER
public static TextFieldCellView.HorizontalAlignment[] values()
for (TextFieldCellView.HorizontalAlignment c : TextFieldCellView.HorizontalAlignment.values()) System.out.println(c);
public static TextFieldCellView.HorizontalAlignment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TextFieldCellView.HorizontalAlignment getDefault()
LEFT).Copyright © 2017. All rights reserved.