LocatorReference

Represents a reference that is located in locator.

Represents a reference that is located in locator. It uses referenced component's identity in locator to find it and serve.

Constructors

this
this(string id)

Constructor for LocatorReference

Members

Functions

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

identity
string identity [@property setter]

Set the identity of referenced component.

identity
string identity [@property getter]

Get the identity of referenced component.

Inherited Members

From RuntimeReference

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

Meta