| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractColorPicker.PopupStyle |
AbstractColorPicker.popupStyle
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractColorPicker.PopupStyle |
AbstractColorPicker.getPopupStyle()
Deprecated.
Gets the style for the popup window.
|
static AbstractColorPicker.PopupStyle |
AbstractColorPicker.PopupStyle.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AbstractColorPicker.PopupStyle[] |
AbstractColorPicker.PopupStyle.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractColorPicker.setPopupStyle(AbstractColorPicker.PopupStyle style)
Deprecated.
The style for the popup window.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.