T - the type of the component implementing this interfacepublic interface HasGrouping<T> extends Switchable<T>, IsRequired<T>, HasValidation<T>, HasAutoValidation<T>
FieldsGrouping should implement this interfaceHasValidation.Validator| Modifier and Type | Method and Description |
|---|---|
T |
clear()
Clears the field value and trigger the change handlers
|
T |
clear(boolean silent)
Clears the field value and only triggers the change handlers if silent flag is true
|
T |
groupBy(FieldsGrouping fieldsGrouping)
Adds the component to the specified fields group
|
boolean |
isEmpty() |
boolean |
isEmptyIgnoreSpaces() |
T |
ungroup(FieldsGrouping fieldsGrouping)
remove the component from the specified fields group
|
disable, enable, isEnabledgetRequiredErrorMessage, isRequired, setRequired, setRequired, setRequiredErrorMessageaddValidator, clearInvalid, getErrors, hasValidator, invalidate, invalidate, removeValidator, validate, validateAllisAutoValidation, setAutoValidation@Editor.Ignore T groupBy(FieldsGrouping fieldsGrouping)
fieldsGrouping - FieldsGrouping@Editor.Ignore T ungroup(FieldsGrouping fieldsGrouping)
fieldsGrouping - FieldsGrouping@Editor.Ignore boolean isEmpty()
@Editor.Ignore boolean isEmptyIgnoreSpaces()
@Editor.Ignore T clear()
@Editor.Ignore T clear(boolean silent)
silent - boolean, if false clear the value without triggering the change handlersCopyright © 2019–2022 Dominokit. All rights reserved.