Class ComboBoxBaseConfigurator<T extends javafx.scene.control.ComboBoxBase<?>>

    • Constructor Detail

      • ComboBoxBaseConfigurator

        public ComboBoxBaseConfigurator()
    • 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 control
      • filterKeys

        protected void filterKeys​(T control)
        Description copied from class: ComponentConfigurator
        Filters certain keys for special features.
        Overrides:
        filterKeys in class ComponentConfigurator<T extends javafx.scene.control.ComboBoxBase<?>>
        Parameters:
        control - the control