Uses of Interface
org.jboss.hal.ballroom.form.FormItemValidation
-
-
Uses of FormItemValidation in org.jboss.hal.ballroom.form
Classes in org.jboss.hal.ballroom.form that implement FormItemValidation Modifier and Type Class Description classBlocklistValidationclassPatternValidationstatic classPatternValidation.JndiNameValidationclassRequiredValidation<T>classUniqueNameValidation<T>Methods in org.jboss.hal.ballroom.form with parameters of type FormItemValidation Modifier and Type Method Description voidAbstractFormItem. addValidationHandler(FormItemValidation<T> validationHandler)voidCompositeFormItem. addValidationHandler(FormItemValidation<ModelNode> validationHandler)voidFormItem. addValidationHandler(FormItemValidation<T> validationHandler) -
Uses of FormItemValidation in org.jboss.hal.client.deployment.dialog
Methods in org.jboss.hal.client.deployment.dialog with parameters of type FormItemValidation Modifier and Type Method Description voidCreateEmptyDialog. addValidationHandlerForNameItem(FormItemValidation<String> validationHandler) -
Uses of FormItemValidation in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type FormItemValidation Modifier and Type Method Description voidCrudOperations. add(String id, String type, AddressTemplate template, Iterable<String> attributes, FormItemValidation<String> nameItemValidator, CrudOperations.AddCallback callback)voidCrudOperations. add(String id, String type, AddressTemplate template, FormItemValidation<String> nameItemValidator, CrudOperations.AddCallback callback) -
Uses of FormItemValidation in org.jboss.hal.core.finder
Method parameters in org.jboss.hal.core.finder with type arguments of type FormItemValidation Modifier and Type Method Description <T> ColumnAction<T>ColumnActionFactory. add(String id, String type, AddressTemplate template, Iterable<String> attributes, Function<String,String> identifier, Supplier<FormItemValidation<String>> createValidator)<T> ColumnAction<T>ColumnActionFactory. add(String id, String type, AddressTemplate template, Iterable<String> attributes, Supplier<FormItemValidation<String>> createValidator)<T> ColumnAction<T>ColumnActionFactory. add(String id, String type, AddressTemplate template, Function<String,String> identifier, Supplier<FormItemValidation<String>> createValidator) -
Uses of FormItemValidation in org.jboss.hal.core.mbui.form
Classes in org.jboss.hal.core.mbui.form that implement FormItemValidation Modifier and Type Class Description classRequiredByValidation<T> -
Uses of FormItemValidation in org.jboss.hal.core.runtime.group
Methods in org.jboss.hal.core.runtime.group with parameters of type FormItemValidation Modifier and Type Method Description voidServerGroupActions. copy(ServerGroup serverGroup, FormItemValidation<String> nameItemValidator)
-