public class BooleanPropertyNestingBuilder extends Object
BooleanProperty.| Type | Property and Description |
|---|---|
NestedBooleanProperty |
build
Creates a nested property from this builder's settings.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractNestingBuilderOnObservable.NestingConstructionKit
An editable class which can be used to collect all instances needed to call
new Nesting(...). |
| Modifier and Type | Method and Description |
|---|---|
NestedChangeListenerHandle<T> |
addListener(javafx.beans.value.ChangeListener<? super T> listener)
Adds the specified change listener to the nesting hierarchy's inner
ObservableValue. |
NestedInvalidationListenerHandle |
addListener(javafx.beans.InvalidationListener listener)
Adds the specified invalidation listener to the nesting hierarchy's inner
Observable. |
Nesting<O> |
buildNesting()
Creates a new nesting from this builder's settings.
|
NestedBooleanProperty |
buildProperty()
Creates a nested property from this builder's settings.
|
NestedBooleanPropertyBuilder |
buildPropertyWithBuilder()
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
|
public NestedBooleanProperty buildProperty
public NestedBooleanProperty buildProperty()
public NestedBooleanPropertyBuilder buildPropertyWithBuilder()
NestedBooleanPropertyBuilderpublic NestedChangeListenerHandle<T> addListener(javafx.beans.value.ChangeListener<? super T> listener)
ObservableValue.listener - the added ChangeListenerNestedChangeListenerHandle which can be used to check the nesting's statepublic Nesting<O> buildNesting()
Nestingpublic NestedInvalidationListenerHandle addListener(javafx.beans.InvalidationListener listener)
Observable.listener - the added InvalidationListenerNestedInvalidationListenerHandle which can be used to check the nesting's stateThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.