public enum ColumnTextAlign extends Enum<ColumnTextAlign>
ColumnBase.setTextAlign(ColumnTextAlign)| Modifier and Type | Method and Description |
|---|---|
static ColumnTextAlign |
fromPropertyValue(String propertyValue)
Converts the property name in String form to the corresponding enum
value.
|
String |
getPropertyValue()
Gets the client-side property for the textAlign property.
|
static ColumnTextAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnTextAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnTextAlign START
public static final ColumnTextAlign CENTER
public static final ColumnTextAlign END
public static ColumnTextAlign[] values()
for (ColumnTextAlign c : ColumnTextAlign.values()) System.out.println(c);
public static ColumnTextAlign 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 ColumnTextAlign fromPropertyValue(String propertyValue)
null) are mapped to START.propertyValue - the value for the textAlign propertynullpublic String getPropertyValue()
Copyright © 2025. All rights reserved.