zul.sel
Class ItemIter

java.lang.Object
  extended by zk.Object
      extended by zul.sel.ItemIter

public class ItemIter
extends Object

The listitem iterator.


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 void $init(Listbox listbox)
          Constructor
 boolean hasNext()
          Returns true if the iteration has more elements
 Listitem next()
          Returns the next element in the iteration.
 
Methods inherited from class zk.Object
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

$init

public void $init(Listbox listbox)
Constructor

Parameters:
listbox - the widget that the iterator belongs to

hasNext

public boolean hasNext()
Returns true if the iteration has more elements

Returns:
boolean

next

public Listitem next()
Returns the next element in the iteration.

Returns:
Listitem the next element in the iteration.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo