org.richfaces.component
Class DataTableIteratorBase<E>

java.lang.Object
  extended by org.richfaces.component.DataTableIteratorBase<E>
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
SubTableFixedChildrenIterator

public abstract class DataTableIteratorBase<E>
extends Object
implements Iterator<E>

Author:
Anton Belevich, Nick Belaevski

Constructor Summary
DataTableIteratorBase()
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
protected abstract  E nextItem()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTableIteratorBase

public DataTableIteratorBase()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<E>

next

public E next()
Specified by:
next in interface Iterator<E>

remove

public void remove()
Specified by:
remove in interface Iterator<E>

nextItem

protected abstract E nextItem()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.