|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.comp.AbstractTemplateModel | +--org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel
This class provides the abstract implementation for an Iterative Template Model.
Field Summary |
Fields inherited from class org.enhydra.barracuda.core.comp.AbstractTemplateModel |
listeners, UNDEFINED, viewContext |
Constructor Summary | |
AbstractIterativeTemplateModel()
|
Method Summary | |
abstract boolean |
hasNext()
|
abstract void |
loadNext()
|
void |
postIterate()
|
void |
preIterate()
|
Methods inherited from class org.enhydra.barracuda.core.comp.AbstractTemplateModel |
addModelListener, fireModelChanged, getItem, getViewContext, processDirective, removeModelListener, setViewContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.enhydra.barracuda.core.comp.TemplateModel |
getName |
Constructor Detail |
public AbstractIterativeTemplateModel()
Method Detail |
public void preIterate()
preIterate
in interface IterativeModel
public abstract boolean hasNext()
hasNext
in interface IterativeModel
public abstract void loadNext()
loadNext
in interface IterativeModel
public void postIterate()
postIterate
in interface IterativeModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |