| Package | com.sibirjak.asdpc.core.managers |
| Interface | public interface IViewPropertyManagerClient |
| Subinterfaces | IView |
An IViewPropertyManagerClient can host an unlimited number of property-value-pairs, which are accessible throughout the entire display list.
Each ViewPropertyManagerClient hosts its own distinctive ViewPropertyManager instance.
| Property | Defined by | ||
|---|---|---|---|
| viewPropertyManager : ViewPropertyManager
[read-only]
The clients ViewPropertyManager instance.
| IViewPropertyManagerClient | ||
| viewPropertyManager | property |
viewPropertyManager:ViewPropertyManager [read-only]The clients ViewPropertyManager instance.
The ViewPropertyManager instance is usually set within the client's constructor.
Implementation public function get viewPropertyManager():ViewPropertyManager