zul.sel
Class TreeItemIter

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

public class TreeItemIter
extends Object

Tree item iterator.


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 void $init(Tree tree)
          Constructor
 boolean hasNext()
          Returns true if the iteration has more elements
 Treeitem 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(Tree tree)
Constructor

Parameters:
tree - the widget that the iterator belongs to

hasNext

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

Returns:
boolean

next

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

Returns:
Treeitem the next element in the iteration.


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