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 Constructor Description RadioButtonConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T control)Configures the control.protected voidupdateModelAndView(FxControl control)Updates the model and the view.-
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling
-
-
-
-
Method Detail
-
configure
public void configure(T control)
Description copied from class:ComponentConfiguratorConfigures the control.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.RadioButton>- Overrides:
configurein classComponentConfigurator<T extends javafx.scene.control.RadioButton>- Parameters:
control- the control
-
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
-
-