|
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.
|
Number
|
getIndex()
Returns the index in the ProcessBlock of currently located ProcessRecord |
ProcessRecord
|
getRecord()
Returns the currently located ProcessRecord object |
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
|
removeAll()
Removes all the ProcessRecords wrapped by this iterator |
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.Number getIndex()
ProcessRecord getRecord()
HTML_TR_Element getRowNode()
TR
Element) of currently located ProcessRecordBoolean next()
false
otherwise true
is returned.Boolean previous()
false
otherwise true
is returned.void removeAll()
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 |