Interface ValueInputContext<M,​V>


  • public interface ValueInputContext<M,​V>
    Context for the ValueInput.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getModel

        M getModel()
        Obtains the model.
        Returns:
        Model.
      • getInputValue

        javafx.beans.property.Property<V> getInputValue()
        Obtains the value.
        Returns:
        Value.
      • reload

        void reload​(Builder<?,​?,​?> builder)
        Triggers reload of the value from the model for the Builder.
        Parameters:
        builder - Builder to identify the value from the model to reload.
      • refreshError

        void refreshError()
        Refreshes the error.
      • dirtyProperty

        javafx.beans.property.Property<java.lang.Boolean> dirtyProperty()
        Obtains the dirty Property.
        Returns:
        Dirty Property.
      • validProperty

        javafx.beans.property.Property<java.lang.Boolean> validProperty()
        Obtains the valid Property.
        Returns:
        Valid Property.