Basics
Guides
API Reference
Basics
Guides
API Reference
[16:7] extends: Property
Wraps JavaFX's ObjectProperty.obj member holds the underlying Java object.
ObjectProperty (InitialAjo = null)
Creates a new ObjectProperty with an optional initial value. Pass null (default) for an empty property; pass any Aussom wrapper or AJO to seed the value.
InitialAjo is the optional initial value.adopt (object Ajo)
Wraps an existing ObjectProperty AussomJavaObject.
Ajo is an AussomJavaObject around a javafx ObjectProperty.A new ObjectProperty wrapper.get ()
Returns the current value as a raw AJO.
set (Value)
Sets the value. Accepts either an AJO or an Aussom wrapper.
Value is the new value.this objectsetValue (Value)
Sets the value via setValue. Same behavior as set for an ObjectProperty.
Value is the new value.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.