Class ToggleButtonConfigurator<T extends javafx.scene.control.ToggleButton>

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

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

      • ToggleButtonConfigurator

        public ToggleButtonConfigurator()
    • 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 toggle button