public class ExtendedTableColumnsIterator extends java.lang.Object implements java.util.Iterator<UIColumn>
UIColumn instead of UIComponentColumnsIterator| Modifier and Type | Field and Description |
|---|---|
protected java.util.Iterator<javax.faces.component.UIComponent> |
childrenIterator |
protected boolean |
initialized |
protected UIColumn |
next |
| Constructor and Description |
|---|
ExtendedTableColumnsIterator(UIExtendedDataTable dataTable)
Creates iterator for table.
|
protected java.util.Iterator<javax.faces.component.UIComponent> childrenIterator
protected UIColumn next
protected boolean initialized
public ExtendedTableColumnsIterator(UIExtendedDataTable dataTable)
dataTable - table for which iterator is createdCopyright © 2015. All Rights Reserved.