| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
FocusableFlexTable
Adds keyboard focus to
FlexPanel. |
class |
FocusableFlowPanel |
class |
FocusableScrollPanel
A scrollhandlers similar to
ScrollPanel. |
class |
FocusElementPanel
A panel that contains an always visible 0x0 size element that holds the
focus.
|
class |
SimpleFocusablePanel
Compared to FocusPanel in GWT this panel does not support e.g.
|
class |
VAbstractCalendarPanel<R extends Enum<R>>
Abstract calendar panel to show and select a date using a resolution.
|
class |
VAbstractPopupCalendar<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>
Represents a date selection component with a text field and a popup date/time
selector.
|
class |
VAbstractTextualDate<R extends Enum<R>>
Abstract textual date field base implementation.
|
class |
VCheckBoxGroup
The client-side widget for the
CheckBoxGroup component. |
class |
VComboBox
Client side implementation of the ComboBox component.
|
class |
VCustomField |
class |
VDateCalendarPanel
A calendar panel widget to show and select a date.
|
class |
VDateTimeCalendarPanel
A calendar panel widget to show and select a date and a time.
|
class |
VListSelect
A simple list select for selecting multiple items.
|
class |
VMenuBar |
class |
VNativeSelect
The client-side widget for the
NativeSelect component. |
class |
VPanel |
class |
VPopupCalendar
Represents a date selection component with a text field and a popup date
selector.
|
class |
VPopupTimeCalendar
Represents a date-time selection component with a text field and a pop-up
date-and-time selector.
|
class |
VRadioButtonGroup
The client-side widget for the
RadioButtonGroup component. |
class |
VSlider
Widget class for the Slider component.
|
class |
VTabsheet
Widget class for the TabSheet component.
|
class |
VTwinColSelect
A list builder widget that has two selects; one for selectable options,
another for selected options, and buttons for selecting and deselecting the
items.
|
class |
VWindow
"Sub window" component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCustomField.setFocusDelegate(Focusable focusDelegate)
Sets the focusable widget to focus instead of this custom field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChildFocusAwareFlowPanel
Focusable flow panel which fires focus/blur events if it or any of its child
is focused/blurred, but doesn't fire events if it happens between its content
(child) elements.
|
class |
FocusableFlowPanelComposite
Focusable composite whose widget is
ChildFocusAwareFlowPanel (flow
panel that tracks focus/blur events from its children). |
Copyright © 2021 Vaadin Ltd. All rights reserved.