| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractColorPicker.PopupStyle |
AbstractColorPicker.popupStyle |
| Modifier and Type | Method and Description |
|---|---|
AbstractColorPicker.PopupStyle |
AbstractColorPicker.getPopupStyle()
Gets the style for the popup window.
|
static AbstractColorPicker.PopupStyle |
AbstractColorPicker.PopupStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractColorPicker.PopupStyle[] |
AbstractColorPicker.PopupStyle.values()
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)
Sets the style of the popup window.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.