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