|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--RecordStatus
Represents the status of an Process Record
Defined in Process.js
Field Summary | |
Object |
isSelected
Flag to indicate that the Process Record is selected |
Object |
modifiedFields
Keeps the names of the modified fields separated with commans |
Constructor Summary | |
RecordStatus(elm)
|
Method Summary | |
void
|
addModifiedField(fieldName)
Adds the specified field to the modified fields list |
boolean
|
isModified()
Returns the modified status |
void
|
removeModifiedField(fieldName)
Removes the specified field from the modified fields list |
void
|
save()
Saves the Record Status to the hidden status element |
void
|
setUnModified()
Sets the status to unmodified |
Field Detail |
Object isSelected
Object modifiedFields
Constructor Detail |
RecordStatus(elm)
elm
- The hidden element object named px_recstat
existing in the Process Record
Method Detail |
void addModifiedField(fieldName)
fieldName
- The name of the field to add to the modified fields list
boolean isModified()
void removeModifiedField(fieldName)
fieldName
- The name of the field to remove from the modified fields list.
void save()
void setUnModified()
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |