org.richfaces.component
Class ExtendedTableColumnsIterator
java.lang.Object
org.richfaces.component.ExtendedTableColumnsIterator
- All Implemented Interfaces:
- java.util.Iterator<org.richfaces.component.UIColumn>
- Direct Known Subclasses:
- SortedColumnsIterator
public class ExtendedTableColumnsIterator
- extends java.lang.Object
- implements java.util.Iterator<org.richfaces.component.UIColumn>
Columns iterator that work exactly like org.richfaces.component.ColumnsIterator
but raw type is UIColumn
instead of UIComponent
- Author:
- pawelgo
- See Also:
ColumnsIterator
Field Summary |
protected java.util.Iterator<javax.faces.component.UIComponent> |
childrenIterator
|
protected boolean |
initialized
|
protected org.richfaces.component.UIColumn |
next
|
Method Summary |
boolean |
hasNext()
|
org.richfaces.component.UIColumn |
next()
|
protected org.richfaces.component.UIColumn |
nextColumn()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
childrenIterator
protected java.util.Iterator<javax.faces.component.UIComponent> childrenIterator
next
protected org.richfaces.component.UIColumn next
initialized
protected boolean initialized
ExtendedTableColumnsIterator
public ExtendedTableColumnsIterator(UIExtendedDataTable dataTable)
- Creates iterator for table.
- Parameters:
dataTable
- table for which iterator is created
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator<org.richfaces.component.UIColumn>
next
public org.richfaces.component.UIColumn next()
- Specified by:
next
in interface java.util.Iterator<org.richfaces.component.UIColumn>
nextColumn
protected org.richfaces.component.UIColumn nextColumn()
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<org.richfaces.component.UIColumn>
Copyright © 2009. All Rights Reserved.