Uses of Interface
net.officefloor.gef.configurer.ValueValidator
-
Packages that use ValueValidator Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ValueValidator in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer that return ValueValidator Modifier and Type Method Description static <M> ValueValidator<M,java.lang.String>ValueValidator. notEmptyString(java.lang.String errorMessage)ConvenienceValueValidatorfor ensuring not an emptyString.static <M,V>
ValueValidator<M,V>ValueValidator. notNull(java.lang.String errorMessage)ConvenienceValueValidatorfor ensuring notnull.Methods in net.officefloor.gef.configurer with parameters of type ValueValidator Modifier and Type Method Description BBuilder. validate(ValueValidator<M,V> validator)Validates the text value.voidConfigurationBuilder. validate(ValueValidator<M,M> validator)Validates the model. -
Uses of ValueValidator in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal with parameters of type ValueValidator Modifier and Type Method Description voidValueInputContext. addValidator(ValueValidator<M,V> validator)Adds aValueValidator.BAbstractBuilder. validate(ValueValidator<M,V> validator)voidAbstractConfigurationBuilder. validate(ValueValidator<M,M> validator) -
Uses of ValueValidator in net.officefloor.gef.configurer.internal.inputs
Methods in net.officefloor.gef.configurer.internal.inputs with parameters of type ValueValidator Modifier and Type Method Description PropertiesBuilder<M>PropertiesBuilderImpl. validate(ValueValidator<M,PropertyList> validator)
-