You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the nestings API simply ignores collections.
E.g. creating a NestedSetProperty<T> is not possible. Building a NestedObjectProperty<ObservableSet<T>> is but it does not implement ObservableSet and hence prevents the use of some other features like those provided by Bindings.
The text was updated successfully, but these errors were encountered:
Description
Currently the nestings API simply ignores collections.
E.g. creating a
NestedSetProperty<T>
is not possible. Building aNestedObjectProperty<ObservableSet<T>>
is but it does not implementObservableSet
and hence prevents the use of some other features like those provided byBindings
.The text was updated successfully, but these errors were encountered: