|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--ProcessRecordIterator
A class to iterate over the ProcessRecords of a ProcessBlock.
The Object of this class is created either by
ProcessBlock.getRecordIterator() or ProcessBlock.getRecordIterator().
Defined in Process.js
| Field Summary | |
ProcessBlock |
block
The ProcessBlock object |
| Constructor Summary | |
ProcessRecordIterator(blockOrRecord)
|
|
| Method Summary | |
void
|
bottom()
Locates the iterator to the bottom of the records so that the next previous() method
call returns the last record.
|
integer
|
getIndex()
Returns the index in the ProcessBlock of currently located ProcessRecord |
ProcessRecord
|
getRecord()
Returns the currently located ProcessRecord object |
DOMnode
|
getRecordNode()
Returns the DOM node of currently located ProcessRecord |
HTML_TR_Element
|
getRowNode()
Returns the row node ( TR Element) of currently located ProcessRecord
|
boolean
|
next()
Iterates to the next ProcessRecord. |
boolean
|
previous()
Iterates to the previous ProcessRecord. |
void
|
top()
Locates the iterator to the top of the records so that the next next() method call
returns the first record.
|
| Field Detail |
ProcessBlock block
| Constructor Detail |
ProcessRecordIterator(blockOrRecord)
| Method Detail |
void bottom()
previous() method
call returns the last record.integer getIndex()
ProcessRecord getRecord()
DOMnode getRecordNode()
HTML_TR_Element getRowNode()
TR Element) of currently located ProcessRecordboolean next()
false
otherwise true is returned.boolean previous()
false
otherwise true is returned.void top()
next() method call
returns the first record.
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||