Class ChoiceBoxConfigurator<T extends javafx.scene.control.ChoiceBox<?>>

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

    @ConfiguratorService(javafx.scene.control.ChoiceBox.class)
    public class ChoiceBoxConfigurator<T extends javafx.scene.control.ChoiceBox<?>>
    extends ComponentConfigurator<T>
    Configures a ChoiceBox.
    Author:
    harald
    • Constructor Detail

      • ChoiceBoxConfigurator

        public ChoiceBoxConfigurator()
    • 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 choicebox