public enum EditorType extends Enum<EditorType>
vaadin-grid-edit-column component.| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName()
Gets the type name.
|
static EditorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorType TEXT
public static final EditorType CHECKBOX
public static final EditorType SELECT
public static final EditorType CUSTOM
public static EditorType[] values()
for (EditorType c : EditorType.values()) System.out.println(c);
public static EditorType 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 getTypeName()
Copyright © 2025. All rights reserved.