| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
FieldsGrouping |
FieldsGrouping.addFormElement(HasGrouping<?> formElement)
Adds a component that implements
HasGrouping |
FieldsGrouping |
FieldsGrouping.addValidator(HasValidation.Validator validator)
Adds a validator to this FieldsGrouping, the validator will be applied to all
grouped elements when
validate() is called |
FieldsGrouping |
FieldsGrouping.clear()
Clears all the grouped components
|
FieldsGrouping |
FieldsGrouping.clear(boolean silent)
Clears all the grouped components
|
FieldsGrouping |
FieldsGrouping.clearInvalid()
Removes all error messages and mark the component as valid
|
static FieldsGrouping |
FieldsGrouping.create() |
FieldsGrouping |
FieldsGrouping.disable()
Disable all grouped components
|
FieldsGrouping |
FieldsGrouping.enable()
Enable all grouped components
|
FieldsGrouping |
FieldsGrouping.group(HasGrouping<?>... formElements)
Adds a component that implements
HasGrouping |
FieldsGrouping |
FieldsGrouping.invalidate(List<String> errorMessages)
Mark the component as invalid with a list of error messages
|
FieldsGrouping |
FieldsGrouping.invalidate(String errorMessage)
Mark the component as invalid with the specified error message
|
FieldsGrouping |
FieldsGrouping.onKeyDown(FieldsGrouping.KeyboardEventsHandler handler) |
FieldsGrouping |
FieldsGrouping.onKeyPress(FieldsGrouping.KeyboardEventsHandler handler) |
FieldsGrouping |
FieldsGrouping.onKeyUp(FieldsGrouping.KeyboardEventsHandler handler) |
FieldsGrouping |
FieldsGrouping.removeAllFormElements()
Removes all grouped components from this FieldsGrouping
|
FieldsGrouping |
FieldsGrouping.removeFormElement(HasGrouping hasGrouping)
Removes a grouped component from this FieldsGrouping
|
FieldsGrouping |
FieldsGrouping.removeValidator(HasValidation.Validator validator) |
FieldsGrouping |
FieldsGrouping.setAutoValidation(boolean autoValidation) |
FieldsGrouping |
FieldsGrouping.setReadOnly(boolean readOnly)
change the readonly mode for all grouped components
|
FieldsGrouping |
FieldsGrouping.setRequired(boolean required)
Disable/Enable required for all grouped components
|
FieldsGrouping |
FieldsGrouping.setRequired(boolean required,
String message)
Disable/Enable required for all grouped components with a custom required message
|
| Modifier and Type | Method and Description |
|---|---|
T |
HasGrouping.groupBy(FieldsGrouping fieldsGrouping)
Adds the component to the specified fields group
|
T |
BasicFormElement.groupBy(FieldsGrouping fieldsGrouping)
Adds the component to the specified fields group
|
RadioGroup<T> |
RadioGroup.groupBy(FieldsGrouping fieldsGrouping)
Adds the component to the specified fields group
|
T |
HasGrouping.ungroup(FieldsGrouping fieldsGrouping)
remove the component from the specified fields group
|
T |
BasicFormElement.ungroup(FieldsGrouping fieldsGrouping)
remove the component from the specified fields group
|
RadioGroup<T> |
RadioGroup.ungroup(FieldsGrouping fieldsGrouping)
remove the component from the specified fields group
|
Copyright © 2019–2022 Dominokit. All rights reserved.