public enum DetailsVariant extends Enum<DetailsVariant>
vaadin-details
component.Modifier and Type | Method and Description |
---|---|
String |
getVariantName()
Gets the variant name.
|
static DetailsVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailsVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetailsVariant FILLED
public static final DetailsVariant REVERSE
public static final DetailsVariant SMALL
public static DetailsVariant[] values()
for (DetailsVariant c : DetailsVariant.values()) System.out.println(c);
public static DetailsVariant 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.