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)
ConvenienceValueValidator
for ensuring not an emptyString
.static <M,V>
ValueValidator<M,V>ValueValidator. notNull(java.lang.String errorMessage)
ConvenienceValueValidator
for ensuring notnull
.Methods in net.officefloor.gef.configurer with parameters of type ValueValidator Modifier and Type Method Description B
Builder. validate(ValueValidator<M,V> validator)
Validates the text value.void
ConfigurationBuilder. 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 void
ValueInputContext. addValidator(ValueValidator<M,V> validator)
Adds aValueValidator
.B
AbstractBuilder. validate(ValueValidator<M,V> validator)
void
AbstractConfigurationBuilder. 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)
-