- Type Parameters:
S
- type of the source object
E
- type of the elements in the list
- All Superinterfaces:
IListProperty<S,E>
, IProperty
- All Known Implementing Classes:
WidgetListProperty
- Since:
- 1.3
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
-
Method Details
-
- Specified by:
observe
in interface IListProperty<S extends Widget,E>
- Parameters:
widget
- the source widget
- Returns:
- an observable list observing this list property on the given
widget