Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: Property
Wraps JavaFX's BooleanProperty backed by SimpleBooleanProperty. Holds a boolean value. Shared Property surface (bind / listeners / isBound / getName / etc.) is inherited. Not a numeric property — no asString overloads.
BooleanProperty (bool Value = false)
Creates a new BooleanProperty with the given initial value (defaults to false).
Value is the initial bool value.adopt (object Ajo)
Wraps an existing BooleanProperty AussomJavaObject.
Ajo is an AussomJavaObject around a javafx BooleanProperty.A new BooleanProperty wrapper.get ()
Returns the current bool value.
set (bool Value)
Sets the bool value via the primitive Java signature.
Value is the new bool.this objectsetValue (bool Value)
Sets the value via the boxed Boolean API.
Value is the new bool.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.