| 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 |
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 |
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 |
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 |
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.