each
From Documentation
Revision as of 01:29, 8 July 2010 by Maya001122 (talk | contribs) (Created page with '== each - java.lang.Object == The current item of the collection being iterated, when ZK evaluates an iterative element. An iterative element is an element with the forEach attri…')
each - java.lang.Object
The current item of the collection being iterated, when ZK evaluates an iterative element. An iterative element is an element with the forEach attribute.
<listbox width="100px">
<listitem label="${each}" forEach="${contacts}" />
</listbox>