public static enum VScrollTable.SelectMode extends Enum<VScrollTable.SelectMode>
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static VScrollTable.SelectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VScrollTable.SelectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VScrollTable.SelectMode NONE
public static final VScrollTable.SelectMode SINGLE
public static final VScrollTable.SelectMode MULTI
public static VScrollTable.SelectMode[] values()
for (VScrollTable.SelectMode c : VScrollTable.SelectMode.values()) System.out.println(c);
public static VScrollTable.SelectMode 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 int getId()
Copyright © 2016 Vaadin Ltd. All rights reserved.