zul.grid
Class RowIter

java.lang.Object
  extended by zk.Object
      extended by zul.grid.RowIter

public class RowIter
extends Object

The row iterator.


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

Parameters:
grid - the widget that the iterator belongs to

hasNext

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

Returns:
boolean

next

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

Returns:
Row the next element in the iteration.


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