public abstract class BaseTupleIterator extends com.google.common.collect.UnmodifiableIterator<TreeDataModelTuple>
Constructor and Description |
---|
BaseTupleIterator(SequenceRowKey baseKey) |
BaseTupleIterator(SequenceRowKey baseKey,
javax.faces.component.UIComponent component) |
Modifier and Type | Method and Description |
---|---|
protected TreeDataModelTuple |
createTuple(SequenceRowKey key) |
protected SequenceRowKey |
getBaseKey() |
protected javax.faces.component.UIComponent |
getComponent() |
protected SequenceRowKey |
getCompositeKey(Object modelKey) |
protected Object |
getKey() |
protected Object |
getWrappedKey() |
TreeDataModelTuple |
next() |
protected abstract void |
proceedToNext() |
protected void |
setKeyAndData(Object rowKey,
Object data) |
public BaseTupleIterator(SequenceRowKey baseKey)
public BaseTupleIterator(SequenceRowKey baseKey, javax.faces.component.UIComponent component)
protected abstract void proceedToNext()
protected javax.faces.component.UIComponent getComponent()
protected SequenceRowKey getBaseKey()
protected Object getKey()
public final TreeDataModelTuple next()
protected TreeDataModelTuple createTuple(SequenceRowKey key)
protected Object getWrappedKey()
protected SequenceRowKey getCompositeKey(Object modelKey)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.