Interface ValueRendererContext<M>


  • public interface ValueRendererContext<M>
    Context for the ValueRenderer.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getModel

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

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

        void refreshError()
        Triggered to refresh the error display.
      • getOptionalActioner

        Actioner getOptionalActioner()
        Obtains the Actioner.
        Returns:
        Actioner or null if not able to apply configuration.
      • 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.