Package net.officefloor.gef.configurer
Interface ValueValidator.ValueValidatorContext<M,V>
-
- Enclosing interface:
- ValueValidator<M,V>
public static interface ValueValidator.ValueValidatorContext<M,V>
Context for theValueValidator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M
getModel()
Obtains the model.javafx.beans.property.ReadOnlyProperty<V>
getValue()
Obtains the value.void
reload(Builder<?,?,?> builder)
Triggers reloading the value from the model for the particularBuilder
.void
setError(java.lang.String message)
Specifies an error.
-