ListIterator supports the <al-for> tag. A ListIterator object is created by <al-for> and bound to the name given in the iter attribute, i.e.
<al-for iter="people_iter" expr="people"> ... </al-for>
ListIterator provides the context of the <al-for> loop including:
- the value() method that returns a reference to the current item
page size and other paging information used by <al-for>'s paging mode
- methods that can be used to format the HTML
See the ListIterator and al-for tag sections in the documentation for more information.