Uses of Interface
org.uberfire.preferences.shared.PropertyValidator
-
-
Uses of PropertyValidator in org.uberfire.preferences.shared.annotations
Methods in org.uberfire.preferences.shared.annotations that return types with arguments of type PropertyValidator Modifier and Type Method Description Class<? extends PropertyValidator>[]validators()Defines validators that will be applied to the field on automatically generated forms. -
Uses of PropertyValidator in org.uberfire.preferences.shared.bean
Methods in org.uberfire.preferences.shared.bean that return types with arguments of type PropertyValidator Modifier and Type Method Description default Map<String,List<PropertyValidator>>BasePreferencePortable. getPropertiesValidators()default List<PropertyValidator>BasePreferencePortable. getPropertyValidators(String propertyName) -
Uses of PropertyValidator in org.uberfire.preferences.shared.bean.mock
Methods in org.uberfire.preferences.shared.bean.mock that return types with arguments of type PropertyValidator Modifier and Type Method Description Map<String,List<PropertyValidator>>PortablePreferenceMockPortableGeneratedImpl. getPropertiesValidators() -
Uses of PropertyValidator in org.uberfire.preferences.shared.impl.validation
Classes in org.uberfire.preferences.shared.impl.validation that implement PropertyValidator Modifier and Type Class Description classConstrainedValuesValidator<T>classEnumValuePropertyValidator<T extends Enum<?>>classNotEmptyValidatorclassNumberPropertyValidatorclassStringPropertyValidator
-