Class RadioButtonConfigurator<T extends javafx.scene.control.RadioButton>

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

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

      • RadioButtonConfigurator

        public RadioButtonConfigurator()
    • 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 radio button