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 MgetModel()Obtains the model.javafx.beans.property.ReadOnlyProperty<V>getValue()Obtains the value.voidreload(Builder<?,?,?> builder)Triggers reloading the value from the model for the particularBuilder.voidsetError(java.lang.String message)Specifies an error.
-