Example usage for Java com.vaadin.ui ColorPicker fields, constructors, methods, implement or subclass
The text is from its open source code.
ColorPicker() Instantiates a new color picker. | |
ColorPicker(String popupCaption, Color initialColor) Instantiates a new color picker. |
void | setDefaultCaptionEnabled(boolean enabled) Set true if the component should show a default caption (css-code for the currently selected color, e.g. |
void | setPopupStyle(PopupStyle style) Sets the style of the popup window. |
void | setPosition(int x, int y) Sets the position of the popup window. |
void | setTextfieldVisibility(boolean visible) Sets the visibility of the CSS color code text field. |