Interface IProperty
-
- All Known Subinterfaces:
IBeanListProperty<S,E>,IBeanMapProperty<S,K,V>,IBeanProperty,IBeanSetProperty<S,E>,IBeanValueProperty<S,T>,IListProperty<S,E>,IMapProperty<S,K,V>,ISetProperty<S,E>,IValueProperty<S,T>,IViewerListProperty<S,E>,IViewerSetProperty<S,E>,IViewerValueProperty<S,T>,IWidgetListProperty<S,E>,IWidgetValueProperty<S,T>
- All Known Implementing Classes:
DelegatingListProperty,DelegatingMapProperty,DelegatingSetProperty,DelegatingValueProperty,ListProperty,MapProperty,MultiListProperty,SetProperty,SimpleListProperty,SimpleMapProperty,SimpleSetProperty,SimpleValueProperty,UnionSetProperty,ValueProperty,ViewerListProperty,ViewerSetProperty,ViewerValueProperty,WidgetListProperty,WidgetValueProperty
public interface IPropertyMarker interface for all property types in the properties framework.- Since:
- 1.2
- Restriction:
- This interface is not intended to be implemented by clients.