public enum TextAreaVariant extends Enum<TextAreaVariant>
vaadin-text-area
component.Enum Constant and Description |
---|
LUMO_ALIGN_CENTER |
LUMO_ALIGN_RIGHT |
LUMO_HELPER_ABOVE_FIELD |
LUMO_SMALL |
MATERIAL_ALWAYS_FLOAT_LABEL |
Modifier and Type | Method and Description |
---|---|
String |
getVariantName()
Gets the variant name.
|
static TextAreaVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAreaVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextAreaVariant LUMO_SMALL
public static final TextAreaVariant LUMO_ALIGN_CENTER
public static final TextAreaVariant LUMO_ALIGN_RIGHT
public static final TextAreaVariant LUMO_HELPER_ABOVE_FIELD
public static final TextAreaVariant MATERIAL_ALWAYS_FLOAT_LABEL
public static TextAreaVariant[] values()
for (TextAreaVariant c : TextAreaVariant.values()) System.out.println(c);
public static TextAreaVariant 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 String getVariantName()
Copyright © 2022. All rights reserved.