File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/org/codefx/libfx/nesting/property Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
* all change listeners. If the new observable is null, the property keeps its value and no change listener is called.
15
15
* <h2>Inner Observable Holds Null</h2> It is possible that a nesting's inner observable holds null (see class comment
16
16
* in {@link Nesting}). In that case the {@link NestedProperty#innerObservablePresentProperty() innerObservablePresent}
17
- * property is true and changes made to this property's value can not be propagated to another property. If the inner
18
- * observable changes back to a non-null value, everything said above applies.
17
+ * property is true and changes made to this property's value can not be propagated to another property.
18
+ * <p>
19
+ * If the inner observable changes back to a non-null value, everything said above applies. This implies that when the
20
+ * nested property's value changed while the inner observable was missing, these changes are lost when a new observable
21
+ * is set.
19
22
*
20
23
* @param <T>
21
24
* the type of the value wrapped by the property
You can’t perform that action at this time.
0 commit comments