Bases: atom.catom.Member
A member subclass which delegates all work to a wrapped member.
The only behaviors not delegated are GetAttr and SetAttr. Subclasses should override behavior as needed to suit their needs. In order to change a particular mode, the relevant change method must be called via super(Delegator, ...).
Initialize a DeclarativeProperty.
Parameters : | delegate : Member
|
---|
Add a static observer to the member.
This method also adds the static observer to the delegate.
Remove a static observer from the member.
This method also removes the static observer from the delegate.
Assign the name to this member.
This method keeps the name of the delegate member in sync.
Assign the index to this member.
This method keeps the index of the delegate member in sync.
Set the post getattr mode for the member.
This method proxies the change to the delegate member.
Set the post getattr mode for the member.
This method proxies the change to the delegate member.
Set the default value mode for the member.
This method proxies the change to the delegate member.
Set the default value mode for the member.
This method proxies the change to the delegate member.