Class
caplin.presenter.property

Alias

Alias instances wrap instances of caplin.presenter.property.Property and keep the values synchronised, to allow access to the same property from multiple paths (e.g. double binding).

Constructor Summary

Attributes Name and Description
caplin.presenter.property.Alias(caplin.presenter.property.Property oProperty)

Constructs a new Alias instance.

Methods inherited from class caplin.presenter.property.Property:
addChangeListener, addFormatter, addListener, addUpdateListener, getFormattedValue, getPath, getRenderedValue, getValue, removeAllListeners, removeListener

Constructor Detail

caplin.presenter.property.Alias(caplin.presenter.property.Property oProperty)

Constructs a new Alias instance.

Parameters
caplin.presenter.property.Property oProperty The property to wrap.