Module org.tentackle.fx
Class DatePickerConfigurator<T extends javafx.scene.control.DatePicker>
- java.lang.Object
-
- org.tentackle.fx.component.config.ComponentConfigurator<T>
-
- org.tentackle.fx.component.config.DatePickerConfigurator<T>
-
- Type Parameters:
T- the datepicker type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.DatePicker.class) public class DatePickerConfigurator<T extends javafx.scene.control.DatePicker> extends ComponentConfigurator<T>
Configures a DatePicker.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description DatePickerConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T control)Configures the control.-
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.DatePicker>- Overrides:
configurein classComponentConfigurator<T extends javafx.scene.control.DatePicker>- Parameters:
control- the control
-
-