class |
AbstractEditValueControl<V> |
Abstract value control that is an edit component.
|
class |
AbstractTextControl<V> |
Control to accept text input from the user representing a particular value type.
|
class |
CheckControl |
Control accepting boolean input rendered as a check, either a checked square or a circle.
|
class |
ResourceImportControl |
Control accepting a resource to be imported, such as a web file upload.
|
class |
SliderControl<V extends java.lang.Number> |
A value control that represents its value by a slider.
|
class |
TextControl<V> |
Control to accept text input from the user representing a particular value type.
|