org.richfaces.component
Class SortedColumnsIterator

java.lang.Object
  extended by org.richfaces.component.ExtendedTableColumnsIterator
      extended by org.richfaces.component.SortedColumnsIterator
All Implemented Interfaces:
java.util.Iterator<UIColumn>

public class SortedColumnsIterator
extends ExtendedTableColumnsIterator

Columns iterator that returns column in sort order.

Author:
pawelgo
See Also:
UIExtendedDataTable.getSortedChildren()

Field Summary
 
Fields inherited from class org.richfaces.component.ExtendedTableColumnsIterator
childrenIterator, initialized, next
 
Constructor Summary
SortedColumnsIterator(UIExtendedDataTable dataTable)
          Creates iterator for table.
 
Method Summary
 
Methods inherited from class org.richfaces.component.ExtendedTableColumnsIterator
hasNext, next, nextColumn, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedColumnsIterator

public SortedColumnsIterator(UIExtendedDataTable dataTable)
Creates iterator for table.

Parameters:
dataTable - table for which iterator is created


Copyright © 2010. All Rights Reserved.