org.richfaces.model.iterators
Class BaseTupleIterator
java.lang.Object
com.google.common.collect.UnmodifiableIterator<org.richfaces.model.TreeDataModelTuple>
org.richfaces.model.iterators.BaseTupleIterator
- All Implemented Interfaces:
- Iterator<org.richfaces.model.TreeDataModelTuple>
- Direct Known Subclasses:
- ClassicTreeNodeTuplesIterator, IterableDataTuplesIterator, MapDataTuplesIterator
public abstract class BaseTupleIterator
- extends com.google.common.collect.UnmodifiableIterator<org.richfaces.model.TreeDataModelTuple>
- Author:
- Nick Belaevski
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 |
BaseTupleIterator
public BaseTupleIterator(SequenceRowKey baseKey)
BaseTupleIterator
public BaseTupleIterator(SequenceRowKey baseKey,
javax.faces.component.UIComponent component)
proceedToNext
protected abstract void proceedToNext()
getComponent
protected javax.faces.component.UIComponent getComponent()
getBaseKey
protected SequenceRowKey getBaseKey()
setKeyAndData
protected void setKeyAndData(Object rowKey,
Object data)
getKey
protected Object getKey()
next
public final org.richfaces.model.TreeDataModelTuple next()
createTuple
protected org.richfaces.model.TreeDataModelTuple createTuple(SequenceRowKey key)
getWrappedKey
protected Object getWrappedKey()
getCompositeKey
protected SequenceRowKey getCompositeKey(Object modelKey)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.