Class CheckBoxConfigurator<T extends javafx.scene.control.CheckBox>

  • Type Parameters:
    T - the checkbox type
    All Implemented Interfaces:
    Configurator<T>

    @ConfiguratorService(javafx.scene.control.CheckBox.class)
    public class CheckBoxConfigurator<T extends javafx.scene.control.CheckBox>
    extends ButtonBaseConfigurator<T>
    Configures a CheckBox.
    Author:
    harald
    • Constructor Detail

      • CheckBoxConfigurator

        public CheckBoxConfigurator()
    • Method Detail

      • updateModelAndView

        protected void updateModelAndView​(FxControl control)
        Updates the model and the view. The view update will also trigger dynamic rendering such as mandatory/changeable.
        Parameters:
        control - the checkbox