| Modifier and Type | Class and Description |
|---|---|
class |
IndexedButton
An indexed
Button, i.e. |
class |
MultiClickButton
A button that needs multiple clicks before a regular click listener can be invoked.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SuperCheckbox
A regular
Checkbox that can be made read-only (it becomes disabled when set to read-only). |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionField<T,C extends Collection<T>>
All-purpose field for editing and maintaining values that are
Collections. |
class |
MapField<K,V>
Basic field to support values that are
Maps. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentAware
Content-aware that sends events when a component is added to or removed from anywhere in its contents (even in a nested layout).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SuperDatePicker
An extension of
DatePicker that handles I18N also on the client side. |
class |
SuperDateTimePicker
An extension of
DateTimePicker that handles I18N also on the client side. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridMultiSelect<V>
A multi-selection
GridSelect. |
class |
GridSelect<V>
A single-selection
Grid that also is a value component that broadcasts value change events. |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemGrid<T>
Grid of items, with defined number of columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderFooterFieldWrapper<T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
A three-part layout (header, field, footer) for any field that itself is a field.
|
class |
HeaderFooterLayoutWrapper<R extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,B extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
A wrapper for a typical header-body-footer layout that exposes header and footer, and delegates all
methods from
HasComponents to the body. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentObserver
A component that wraps Intersection Observer on the client-side to notify server-side about visibility changes.
|
class |
LazyLoad<C extends com.vaadin.flow.component.Component>
A component that remains empty until it gets into view.
|
class |
ObservedField
A field that changes value depending on whether or not it is currently shown on screen.
|
static class |
ObservedField.ObservedFieldElement
This class gives a nice tag name to
ObservedField in the browser. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSuperFloatingPointField<T extends Number,SELF extends AbstractSuperFloatingPointField<T,SELF>>
Base class for implementations of
AbstractSuperNumberField that allow modifications to minimum and maximum number of fraction digits. |
class |
AbstractSuperNumberField<T extends Number,SELF extends AbstractSuperNumberField<T,SELF>>
Base class for super number fields.
|
class |
SuperBigDecimalField
A field for
BigDecimal values that are properly formatted. |
class |
SuperDoubleField
A field for
Double values that are properly formatted. |
class |
SuperIntegerField
A field for
Integer values that are properly formatted. |
class |
SuperLongField
A field for
Long values that are properly formatted. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectField<T>
A field capable of displaying any object, provided it is known how to construct various elements of it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SuperTabs<T>
Configurable tab sheet component that also is a field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelField<V>
A label field.
|
class |
SuperTextArea
An extension of
TextArea with some useful features. |
class |
SuperTextField
An extension of
TextField with some useful (hopefully) features. |
| Modifier and Type | Class and Description |
|---|---|
class |
UnloadObserver
Server-side component that listens to
beforeunload events. |
| Modifier and Type | Class and Description |
|---|---|
class |
VariantField
A field that supports
Object as its value and displays a registered field that corresponds to a type of the value actually set by the field. |
Copyright © 2023 Miki. All rights reserved.