Module org.tentackle.fx
Class TextAreaConfigurator<T extends javafx.scene.control.TextArea>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.TextInputControlConfigurator<T>
org.tentackle.fx.component.config.TextAreaConfigurator<T>
- Type Parameters:
T- the textarea type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.TextArea.class)
public class TextAreaConfigurator<T extends javafx.scene.control.TextArea>
extends TextInputControlConfigurator<T>
Configures a
TextArea.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.TextInputControlConfigurator
configureMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
TextAreaConfigurator
public TextAreaConfigurator()Creates the configurator for aTextArea.
-
-
Method Details
-
remapKeys
Description copied from class:ComponentConfiguratorRemaps certain keys.- Overrides:
remapKeysin classTextInputControlConfigurator<T extends javafx.scene.control.TextArea>- Parameters:
control- the control
-
focusNext
Description copied from class:TextInputControlConfiguratorMoves the focus logically forward if not a table cell editor.- Overrides:
focusNextin classTextInputControlConfigurator<T extends javafx.scene.control.TextArea>- Parameters:
control- the control
-
focusPrevious
Description copied from class:TextInputControlConfiguratorMoves the focus logically back if not a table cell editor.- Overrides:
focusPreviousin classTextInputControlConfigurator<T extends javafx.scene.control.TextArea>- Parameters:
control- the control
-