Packagecom.sibirjak.asdpc.core.managers
Interfacepublic interface IViewPropertyManagerClient
SubinterfacesIView

ViewPropertyManagerClient interface.

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.



Public Properties
 PropertyDefined by
  viewPropertyManager : ViewPropertyManager
[read-only] The clients ViewPropertyManager instance.
IViewPropertyManagerClient
Property detail
viewPropertyManagerproperty
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