public enum ComboBoxVariant extends Enum<ComboBoxVariant>
vaadin-combo-box
component.Enum Constant and Description |
---|
LUMO_ALIGN_CENTER |
LUMO_ALIGN_LEFT |
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 ComboBoxVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComboBoxVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComboBoxVariant LUMO_SMALL
public static final ComboBoxVariant LUMO_ALIGN_LEFT
public static final ComboBoxVariant LUMO_ALIGN_CENTER
public static final ComboBoxVariant LUMO_ALIGN_RIGHT
public static final ComboBoxVariant LUMO_HELPER_ABOVE_FIELD
public static final ComboBoxVariant MATERIAL_ALWAYS_FLOAT_LABEL
public static ComboBoxVariant[] values()
for (ComboBoxVariant c : ComboBoxVariant.values()) System.out.println(c);
public static ComboBoxVariant 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.