public static enum AbstractColorPicker.PopupStyle extends Enum<AbstractColorPicker.PopupStyle>
Enum Constant and Description |
---|
POPUP_NORMAL
A full popup with all tabs visible.
|
POPUP_SIMPLE
A simple popup with only the swatches (palette) tab.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AbstractColorPicker.PopupStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractColorPicker.PopupStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractColorPicker.PopupStyle POPUP_NORMAL
public static final AbstractColorPicker.PopupStyle POPUP_SIMPLE
public static AbstractColorPicker.PopupStyle[] values()
for (AbstractColorPicker.PopupStyle c : AbstractColorPicker.PopupStyle.values()) System.out.println(c);
public static AbstractColorPicker.PopupStyle 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 toString()
toString
in class Enum<AbstractColorPicker.PopupStyle>
Copyright © 2018 Vaadin Ltd. All rights reserved.