| A repeater is a widget that repeats a number of other widgets.
Technically, the Repeater widget is a ContainerWidget whose children are
RepeaterRow s, and the RepeaterRows in turn are ContainerWidgets
containing the actual repeated widgets. However, in practice, you won't need
to use the RepeaterRow widget directly.
Using the methods
Repeater.getSize() and
Repeater.getWidget(int,java.lang.String) you can access all of the repeated widget instances.
version: $Id: Repeater.java 433543 2006-08-22 06:22:54Z crossley $ |