Module org.tentackle.fx
Class TextFieldConfigurator<T extends javafx.scene.control.TextField>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.TextInputControlConfigurator<T>
org.tentackle.fx.component.config.TextFieldConfigurator<T>
- Type Parameters:
T- the textfield type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.TextField.class)
public class TextFieldConfigurator<T extends javafx.scene.control.TextField>
extends TextInputControlConfigurator<T>
Configures a
TextField.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.TextInputControlConfigurator
configure, focusNext, focusPrevious, remapKeysMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
TextFieldConfigurator
public TextFieldConfigurator()Creates the configurator for aTextField.
-