Java com.vaadin.ui ColorPicker fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui ColorPicker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui ColorPicker.

The text is from its open source code.

Subclass

com.vaadin.ui.ColorPicker has subclasses.
Click this link to see all its subclasses.

Constructor

ColorPicker()
Instantiates a new color picker.
ColorPicker(String popupCaption, Color initialColor)
Instantiates a new color picker.

Method

voidsetDefaultCaptionEnabled(boolean enabled)
Set true if the component should show a default caption (css-code for the currently selected color, e.g.
voidsetPopupStyle(PopupStyle style)
Sets the style of the popup window.
voidsetPosition(int x, int y)
Sets the position of the popup window.
voidsetTextfieldVisibility(boolean visible)
Sets the visibility of the CSS color code text field.