org.cruxframework.crux.widgets.client.grid
Class ColumnDefinitions.ColumnIterator<T extends ColumnDefinition>

java.lang.Object
  extended by org.cruxframework.crux.widgets.client.grid.ColumnDefinitions.ColumnIterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
ColumnDefinitions

public static class ColumnDefinitions.ColumnIterator<T extends ColumnDefinition>
extends Object
implements Iterator<T>

Iterator for the registered column definition

Author:
Gesse S. F. Dafe

Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
          Unsupported method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T extends ColumnDefinition>
See Also:
Iterator.hasNext()

next

public T next()
Specified by:
next in interface Iterator<T extends ColumnDefinition>
See Also:
Iterator.next()

remove

public void remove()
Unsupported method. It's not possible unregister a columns definition.

Specified by:
remove in interface Iterator<T extends ColumnDefinition>
Throws:
UnsupportedOperationException


Copyright © 2014. All rights reserved.