Module org.tentackle.fx
Class RadioButtonConfigurator<T extends javafx.scene.control.RadioButton>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ButtonBaseConfigurator<T>
org.tentackle.fx.component.config.RadioButtonConfigurator<T>
- 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 Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ButtonBaseConfigurator
configureMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
RadioButtonConfigurator
public RadioButtonConfigurator()Creates the configurator for aRadioButton.
-