UIXIterator is a component that performs iteration over its child components. It is like a UIXTable without any chrome. While functionally similar to a forEach tag, an iterator is a component that does its processing during rendering, while forEach runs during the assembly of the component tree, and doesn't leave behind a component in the heirarchy.
Field Summary
Fields inherited from org.ecmascript.object.Object
UIXIterator is a component that performs iteration over its child components. It is like a UIXTable without any chrome. While functionally similar to a forEach tag, an iterator is a component that does its processing during rendering, while forEach runs during the assembly of the component tree, and doesn't leave behind a component in the heirarchy.