Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: TextField
Wraps FXGL's StringPropertyView, a JavaFX TextField subclass bidirectionally bound to an ObservableStringValue. Edits in the field update the property; updates to the property refresh the field. Read-only properties disable the field.
StringPropertyView (object Prop)
Creates a new StringPropertyView bound to the given property.
Prop is an AussomJavaObject around an ObservableStringValue.getText ()
Returns the current displayed text.
A string.setText (string Text)
Sets the displayed text. The bound property updates as well.
Text is the new text.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.