Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: TextField
Wraps FXGL's IntPropertyView, a JavaFX TextField subclass bidirectionally bound to an ObservableIntegerValue. Edits in the field update the property; updates to the property refresh the field. Read-only properties disable the field automatically.
IntPropertyView (object Prop)
Creates a new IntPropertyView bound to the given property.
Prop is an AussomJavaObject around an ObservableIntegerValue (for example fxgl.PropertyMap.intProperty result).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.