org.richfaces.component
Class SubTableFixedChildrenIterator
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<javax.faces.component.UIComponent>
org.richfaces.component.SubTableFixedChildrenIterator
- All Implemented Interfaces:
- Iterator<javax.faces.component.UIComponent>
public class SubTableFixedChildrenIterator
- extends com.google.common.collect.AbstractIterator<javax.faces.component.UIComponent>
- Author:
- asmirnov
Method Summary |
protected javax.faces.component.UIComponent |
computeNext()
|
protected javax.faces.component.UIComponent |
getNextFacet()
|
Methods inherited from class com.google.common.collect.AbstractIterator |
endOfData, hasNext, next, peek |
Methods inherited from class com.google.common.collect.UnmodifiableIterator |
remove |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTableFixedChildrenIterator
public SubTableFixedChildrenIterator(UIDataTableBase dataTable)
getNextFacet
protected javax.faces.component.UIComponent getNextFacet()
computeNext
protected javax.faces.component.UIComponent computeNext()
- Specified by:
computeNext
in class com.google.common.collect.AbstractIterator<javax.faces.component.UIComponent>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.