MoreMotion Face API

Class ProcessObjectManager

Object
   |
   +--ProcessObjectManager

class ProcessObjectManager


Manager Class that provides methods to manage the Process Based Wrapper Objects of MoreMotion. A static object of this class is avaialable with name PMgr.

var PMgr = new ProcessObjectManager();

Defined in Process.js


Constructor Summary
ProcessObjectManager()
           
 
Method Summary
 void fieldChanged(node)
          
 ProcessBlock getEnclosingBlock(node)
           Returns the ProcessBlock object that encloses the given DOM Element node
 ProcessField getEnclosingField(node)
           Returns the ProcessField object that encloses the given the DOM Element node
 ProcessForm getEnclosingForm(node)
           Returns the ProcessForm object that encloses the given DOM Element node
 ProcessRecord getEnclosingRecord(node)
           Returns the ProcessRecord object that encloses the given DOM Element node
 ProcessField getField(formName, blockName, fieldName, recordNumber)
           Returns the specified ProcessField object.
 ProcessForm getForm(name)
           Returns the ProcessForm object associated with the specified name
 void recordChanged(node, fname)
           Sets the Process Record that the specified element resides in into the modified status.
 void selectOption(node)
           Sets the initial value of an OptionBox Field
 boolean submitProcessForm(formName, commandName, target)
           Submits the specified ProcessForm using the specified ProcessCommand.

Constructor Detail

ProcessObjectManager

ProcessObjectManager()

Method Detail

fieldChanged

void fieldChanged(node)

getEnclosingBlock

ProcessBlock getEnclosingBlock(node)

getEnclosingField

ProcessField getEnclosingField(node)

getEnclosingForm

ProcessForm getEnclosingForm(node)

getEnclosingRecord

ProcessRecord getEnclosingRecord(node)

getField

ProcessField getField(formName, blockName, fieldName, recordNumber)

getForm

ProcessForm getForm(name)

recordChanged

void recordChanged(node, fname)

selectOption

void selectOption(node)

submitProcessForm

boolean submitProcessForm(formName, commandName, target)

MoreMotion Face API

Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by JSDoc on Mon Sep 29 14:52:55 2008