| Class and Description |
|---|
| CheckBox
A checkbox component that takes/provide a boolean value
|
| Class and Description |
|---|
| BigDecimalBox
A component that has an input to take/provide BigDecimal value
|
| DoubleBox
A component that has an input to take/provide Double value
|
| FloatBox
A component that has an input to take/provide float value
|
| IntegerBox
A component that has an input to take/provide Integer value
|
| LongBox
A component that has an input to take/provide Long value
|
| Select
A component that allow selecting a single option from a DropDownMenu
|
| SelectOption
A component for a single select option in the select component DropDownMenu
|
| ShortBox
A component that has an input to take/provide Short value
|
| TextBox
A component that take/provide a single line String values
|
| ValueBox
A base implementation for form elements that can have a value with extra features like focus,
placeholders, change handlers
|
| Class and Description |
|---|
| BasicFormElement
A base implementation for Form elements
|
| FormElement
Components that needs to be form elements and required to to support editors frameworks should
implement this interface
|
| HasGrouping
Components that can be grouped by a
FieldsGrouping should implement this interface |
| HasInputElement
Component that has input elements should implement this interface
|
| ValueBox
A base implementation for form elements that can have a value with extra features like focus,
placeholders, change handlers
|
| ValueBox.AutoValidate
Implementations of this interface will apply the validations for a component
|
| ValueBox.AutoValidator
A class to wrap an
ValueBox.AutoValidate and provide the ability to attach/remove it from a
component |
| Class and Description |
|---|
| AbstractSelect
The base implementation for dropdown select form fields components
|
| AbstractSelect.CloseMenuHandler
A function for implementing logic that will be executed whenever the select dropdown is closed
|
| AbstractSelect.OnAddOptionHandler
A function for implementing logic to be executed when a new option is added on the fly using
the
AbstractSelect.setCreatable(boolean) feature |
| AbstractSelect.OptionRenderer
An interface for rendering the
SelectOption |
| AbstractSelect.SelectionHandler
A function to implement logic that will be called when the user change the selection in the
select
|
| AbstractSuggestBox
A component that dynamically loads suggestions from a
SuggestBoxStore while the user is
typing |
| AbstractValueBox
A base implementation for all form field that can have a value
|
| BasicFormElement
A base implementation for Form elements
|
| BasicFormElement.FieldHandler
a Generic function to apply some logic on a field without triggering validation
|
| BigDecimalBox
A component that has an input to take/provide BigDecimal value
|
| CheckBox
A checkbox component that takes/provide a boolean value
|
| DoubleBox
A component that has an input to take/provide Double value
|
| EmailBox
A component that has an input to take/provide Email(s) value
|
| FieldsGrouping
This class can logically group a set of components that implements
HasGrouping interface |
| FieldsGrouping.KeyboardEventsHandler |
| FieldStyle
An enum to list the types of fields styles
|
| FloatBox
A component that has an input to take/provide float value
|
| FormElement
Components that needs to be form elements and required to to support editors frameworks should
implement this interface
|
| HasGrouping
Components that can be grouped by a
FieldsGrouping should implement this interface |
| HasInputElement
Component that has input elements should implement this interface
|
| InputValueBox
A Base implementation for special type components with text input
|
| IntegerBox
A component that has an input to take/provide Integer value
|
| LocalSuggestBoxStore
An implementation of
SuggestBoxStore that provides Suggestion from a local List |
| LongBox
A component that has an input to take/provide Long value
|
| MultiSelect
A component that allow selecting multiple options from a DropDownMenu
|
| MultiSelect.ValueRenderer
a Function to define how we should render the select value
|
| NumberBox
A Base implementation for form inputs that takes/provide numeric values
|
| Radio
A component that represent a single option in a
RadioGroup |
| RadioGroup
A component to group a set of
Radio component as one field, only one Radio can be checked
from the this radio group. |
| Select
A component that allow selecting a single option from a DropDownMenu
|
| SelectOption
A component for a single select option in the select component DropDownMenu
|
| SelectOptionGroup
A component that can group a set of
SelectOption |
| ShortBox
A component that has an input to take/provide Short value
|
| SuggestBox
A component that dynamically loads suggestions from a
SuggestBoxStore while the user is
typing |
| SuggestBoxStore
This interface is used to implement data stores to provide a
SuggestBox with its
suggestion |
| SuggestBoxStore.MissingEntryProvider
This method is used to implement the logic to handle the case when the user types in the
suggest something that does not match any of the available suggestions
|
| SuggestBoxStore.MissingSuggestProvider
A function to provide a SuggestItem in case we try to set a value to the suggestBox that does
not match any of the possible suggestions
|
| SuggestBoxStore.SuggestionFilter |
| SuggestBoxStore.SuggestionsHandler
A function to provide a List of
SuggestItem to the SuggestBoxStore.filter(String, SuggestionsHandler) |
| SuggestItem
A component that represent a suggestion in the
SuggestBox |
| SwitchButton
A component that can switch between two boolean values with different labels
|
| TelephoneBox
A component to input phone numbers
|
| TextArea
a component that takes/provide a multi-line String values
|
| TextBox
A component that take/provide a single line String values
|
| ValueBox
A base implementation for form elements that can have a value with extra features like focus,
placeholders, change handlers
|
| ValueBox.AutoValidate
Implementations of this interface will apply the validations for a component
|
| ValueBox.AutoValidator
A class to wrap an
ValueBox.AutoValidate and provide the ability to attach/remove it from a
component |
| Class and Description |
|---|
| AbstractValueBox
A base implementation for all form field that can have a value
|
| FormElement
Components that needs to be form elements and required to to support editors frameworks should
implement this interface
|
| ValueBox.AutoValidate
Implementations of this interface will apply the validations for a component
|
| ValueBox.AutoValidator
A class to wrap an
ValueBox.AutoValidate and provide the ability to attach/remove it from a
component |
| Class and Description |
|---|
| TextBox
A component that take/provide a single line String values
|
| Class and Description |
|---|
| AbstractValueBox
A base implementation for all form field that can have a value
|
| BasicFormElement
A base implementation for Form elements
|
| FormElement
Components that needs to be form elements and required to to support editors frameworks should
implement this interface
|
| HasGrouping
Components that can be grouped by a
FieldsGrouping should implement this interface |
| HasInputElement
Component that has input elements should implement this interface
|
| ValueBox
A base implementation for form elements that can have a value with extra features like focus,
placeholders, change handlers
|
| ValueBox.AutoValidate
Implementations of this interface will apply the validations for a component
|
| ValueBox.AutoValidator
A class to wrap an
ValueBox.AutoValidate and provide the ability to attach/remove it from a
component |
| Class and Description |
|---|
| BasicFormElement
A base implementation for Form elements
|
| FormElement
Components that needs to be form elements and required to to support editors frameworks should
implement this interface
|
| HasGrouping
Components that can be grouped by a
FieldsGrouping should implement this interface |
| HasInputElement
Component that has input elements should implement this interface
|
| ValueBox
A base implementation for form elements that can have a value with extra features like focus,
placeholders, change handlers
|
| ValueBox.AutoValidate
Implementations of this interface will apply the validations for a component
|
| ValueBox.AutoValidator
A class to wrap an
ValueBox.AutoValidate and provide the ability to attach/remove it from a
component |
| Class and Description |
|---|
| AbstractSelect
The base implementation for dropdown select form fields components
|
| AbstractSuggestBox
A component that dynamically loads suggestions from a
SuggestBoxStore while the user is
typing |
| BasicFormElement
A base implementation for Form elements
|
| BigDecimalBox
A component that has an input to take/provide BigDecimal value
|
| DoubleBox
A component that has an input to take/provide Double value
|
| FieldStyle
An enum to list the types of fields styles
|
| FloatBox
A component that has an input to take/provide float value
|
| HasInputElement
Component that has input elements should implement this interface
|
| IntegerBox
A component that has an input to take/provide Integer value
|
| LongBox
A component that has an input to take/provide Long value
|
| ShortBox
A component that has an input to take/provide Short value
|
| ValueBox
A base implementation for form elements that can have a value with extra features like focus,
placeholders, change handlers
|
Copyright © 2019–2022 Dominokit. All rights reserved.