Class FormItemIterator

  • All Implemented Interfaces:
    Iterator<FormItem>

    public class FormItemIterator
    extends Object
    implements Iterator<FormItem>
    The iterator for round of all a form items. Items in form object are structured as tree with respect thereto iterator has two search strategy: The iterator allows to use the custom implementation of round of a form item tree. For this purpose it is necessary you should extends this class(FormItemIterator), and override createSearchStrategy() method.