| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.colorpicker |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColorPicker
An abstract class that defines default implementation for a color picker
component.
|
class |
AbstractDateField<T extends Temporal & TemporalAdjuster & Serializable & Comparable<? super T>,R extends Enum<R>>
A date editor component with
LocalDate as an input value. |
class |
AbstractLocalDateField
Abstract DateField class for
LocalDate type. |
class |
AbstractLocalDateTimeField
Abstract DateField class for
LocalDateTime type. |
class |
AbstractTextField
Abstract base class for text input components.
|
class |
CheckBox |
class |
ColorPicker
A class that defines default (button-like) implementation for a color picker
component.
|
class |
ColorPickerArea
A class that defines area-like implementation for a color picker component.
|
class |
CustomField<T>
A
HasValue whose UI content can be constructed by the user, enabling
the creation of e.g. |
class |
DateField
A date entry component, which displays the actual date selector as a popup.
|
class |
DateTimeField
A date time entry component, which displays the actual date selector as a
popup.
|
class |
InlineDateField
A date entry component, which displays the actual date selector inline.
|
class |
InlineDateTimeField
A date time entry component, which displays the actual date selector inline.
|
class |
PasswordField
A field that is used to enter secret text information like passwords.
|
class |
RichTextArea
A simple RichTextArea to edit HTML format text.
|
class |
Slider
A component for selecting a numerical value within a range.
|
class |
TextArea
A text field that supports multi line editing.
|
class |
TextField
A component for editing textual data that fits on a single line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerGradient
A component that represents a color gradient within a color picker.
|
class |
ColorPickerGrid
A component that represents a color selection grid within a color picker.
|
class |
ColorPickerHistory
A component that represents color selection history within a color picker.
|
class |
ColorPickerSelect
A component that represents color selection swatches within a color picker.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.