| 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 |
AbstractField<T>
An abstract implementation of a field, or a
Component allowing user
input. |
class |
AbstractFocusable
An abstract base class for focusable components.
|
class |
AbstractListing<T>
A base class for listing components.
|
class |
AbstractLocalDateField
Abstract DateField class for
LocalDate type. |
class |
AbstractLocalDateTimeField
Abstract DateField class for
LocalDateTime type. |
class |
AbstractMultiSelect<T>
Base class for listing components that allow selecting multiple items.
|
class |
AbstractSingleSelect<T>
An abstract base class for listing components that only support single
selection and no lazy loading of data items.
|
class |
AbstractTextField
Abstract base class for text input components.
|
class |
Accordion
An accordion is a component similar to a
TabSheet, but with a
vertical orientation and the selected component presented between tabs. |
class |
Button
A generic button component.
|
class |
CheckBox |
class |
CheckBoxGroup<T>
A group of Checkboxes.
|
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 |
ComboBox<T>
A filtering dropdown single-select.
|
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 |
Grid<T>
A grid component for displaying tabular data.
|
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 |
LegacyWindow
Deprecated.
|
class |
ListSelect<T>
This is a simple list select without, for instance, support for new items,
lazyloading, and other advanced features.
|
class |
MenuBar
A class representing a horizontal menu bar.
|
class |
NativeButton |
class |
NativeSelect<T>
A simple drop-down select component.
|
class |
Panel
Panel - a simple single component container.
|
class |
PasswordField
A field that is used to enter secret text information like passwords.
|
class |
RadioButtonGroup<T>
A group of RadioButtons.
|
class |
RichTextArea
A simple RichTextArea to edit HTML format text.
|
class |
Slider
A component for selecting a numerical value within a range.
|
class |
TabSheet
TabSheet component.
|
class |
TextArea
A text field that supports multi line editing.
|
class |
TextField
A component for editing textual data that fits on a single line.
|
class |
Tree<T>
Tree component.
|
class |
TreeGrid<T>
A grid component for displaying hierarchical tabular data.
|
class |
TwinColSelect<T>
Multiselect component with two lists: left side for available items and right
side for selected items.
|
class |
UI
The topmost component in any component hierarchy.
|
class |
Upload
Component for uploading files from client to server.
|
class |
Window
A component that represents a floating popup window that can be added to a
UI. |
| Modifier and Type | Method and Description |
|---|---|
Component.Focusable |
TabSheet.Tab.getDefaultFocusComponent()
Get the component that should be automatically focused when the tab
is selected.
|
Component.Focusable |
TabSheet.TabSheetTabImpl.getDefaultFocusComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabSheet.Tab.setDefaultFocusComponent(Component.Focusable component)
Set the component that should automatically focused when the tab is
selected.
|
void |
TabSheet.TabSheetTabImpl.setDefaultFocusComponent(Component.Focusable defaultFocus) |
void |
CustomField.setFocusDelegate(Component.Focusable focusDelegate)
Sets the component to which all methods from the
Focusable
interface should be delegated. |
void |
UI.setFocusedComponent(Component.Focusable focusable)
This method is used by Component.Focusable objects to request focus to
themselves.
|
| 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 |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
class |
ColorPickerSelect
A component that represents color selection swatches within a color picker.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.