IteratorList extends VisibleThing

When connected to a DomainIterator, an IteratorList can illustrate any number of DomainInstances as a list.

An IteratorList represents a list of elements retrieved from a particular DomainIterator. An IteratorList must be connected to a DomainIterator via either a SetWire or SyncWire; this iterator becomes the connected iterator. An IteratorList may accept and lose focus. The onInput Event can never be triggered for an IteratorList.

When an IteratorList is rendered, the number of results from the connected iterator is obtained; all of the children directly contained in this IteratorList will be rendered as many times. These elements will be rendered in a table or grid style, with the name of each child element used as a heading.

[IteratorList.html]

Examples

Inference Rules

Constraints

Attributes

(none)

Inherited Attributes

Children

(none)

Inherited Children

References

(none)

Inherited References

Extensions

(none)

Inherited Extensions