Package | Description |
---|---|
com.vaadin.ui | |
com.vaadin.ui.components.colorpicker |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFocusable
An abstract base class for focusable components.
|
class |
AbstractTextField |
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 |
ComboBox
A filtering dropdown single-select.
|
class |
DateField
A date editor component that can be bound to any
Property that is
compatible with java.util.Date . |
class |
Grid
A grid component for displaying tabular data.
|
class |
InlineDateField
A date entry component, which displays the actual date selector inline.
|
class |
NativeButton |
class |
NativeSelect
This is a simple drop-down select without, for instance, support for
multiselect, new items, lazyloading, and other advanced features.
|
class |
OptionGroup
Configures select to be used as an option group.
|
class |
PasswordField
A field that is used to enter secret text information like passwords.
|
class |
PopupDateField
A date entry component, which displays the actual date selector as a popup.
|
class |
Select
Deprecated.
As of 7.0. Use
ComboBox instead. |
class |
TabSheet
TabSheet component.
|
class |
TextArea
A text field that supports multi line editing.
|
class |
TextField
A text editor component that can be bound to any bindable Property.
|
class |
Window
A component that represents a floating popup window that can be added to a
UI . |
Modifier and Type | Class and Description |
---|---|
class |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.