DetailWire extends Wire

A DetailWire specifies that an DomainInstance represented within a VisibleThing should be independently viewable on a separate Frame.

A DetailWire is a unidirectional Wire, that connects an InputForm or IteratorList (the source view) to a Frame (the target view). When the intended model is completed through model completion, a DetailWire will complete functionality to allow a user to "zoom in" to a particular DomainType instance.

The source view element must be connected via a SetWire or a SyncWire from a DomainIterator. The DomainType connected to this DomainIterator must have a primaryKey defined, which will be passed as a QueryParameter to the target view Frame.

[DetailWire.html]

Examples

Inference Rules

Constraints

Attributes

(none)

Inherited Attributes

Children

(none)

Inherited Children

References

(none)

Inherited References

Extensions

(none)

Inherited Extensions