public interface IterableResource
| Modifier and Type | Method and Description |
|---|---|
handle |
currentIteration()
Conversion of CURRENT-ITERATION attribute (KW_CUR_ITER).
|
handle |
getIteration(int level)
Implements the GET-ITERATION() widget or buffer method.
|
default handle |
getIteration(NumberType level)
Implements the GET-ITERATION() widget or buffer method.
|
void |
setCurrentIteration(handle newIter)
Set the CURRENT-ITERATION widget handle for this frame.
|
handle currentIteration()
void setCurrentIteration(handle newIter)
newIter - A handle for the current iteration of the frame.default handle getIteration(NumberType level)
level - The level of the iteration to get.handle getIteration(int level)
level - The level of the iteration to get.