Contains the state representing a change in the content or selection for a
TextInputControl
.
Contains the state representing a change in the content or selection for a
TextInputControl
.
Wraps a JavaFX https://docs.oracle.com/javase/8/javafx/api/javafx/scalafx/scene/control/TextFormatter.Change.html
This string converter converts the text to the same String value.
This string converter converts the text to the same String value. This might be useful for cases where you want to manipulate with the text through the value or you need to provide a default text value.
Converts a ScalaFX TextFormatter to its JavaFX counterpart.
Converts a ScalaFX TextFormatter to its JavaFX counterpart.
ScalaFX TextFormatter
JavaFX TextFormatter