Uses of Interface
net.officefloor.gef.configurer.ValueValidator.ValueValidatorContext
-
Packages that use ValueValidator.ValueValidatorContext Package Description net.officefloor.gef.configurer net.officefloor.gef.item -
-
Uses of ValueValidator.ValueValidatorContext in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer with parameters of type ValueValidator.ValueValidatorContext Modifier and Type Method Description static void
ValueValidator. notEmptyString(java.lang.String value, java.lang.String errorMessage, ValueValidator.ValueValidatorContext<?,?> context)
Convenience method to provide error if value is empty string.static void
ValueValidator. notNull(java.lang.Object value, java.lang.String errorMessage, ValueValidator.ValueValidatorContext<?,?> context)
Convenience method to provide error if value isnull
.void
ValueValidator. validate(ValueValidator.ValueValidatorContext<? extends M,V> context)
Undertakes the validation. -
Uses of ValueValidator.ValueValidatorContext in net.officefloor.gef.item
Methods in net.officefloor.gef.item with parameters of type ValueValidator.ValueValidatorContext Modifier and Type Method Description static <R extends Model,RE extends java.lang.Enum<RE>,O,M extends Model,E extends java.lang.Enum<E>,I extends AbstractProcedureItem<R,RE,O,M,E,I>>
voidAbstractProcedureItem. loadProcedures(ValueValidator.ValueValidatorContext<? extends I,java.lang.String> validatorContext, SelectBuilder<I,Procedure> selectProcedures, EnvironmentBridge envBridge)
Loads the availableProcedure
instances.
-