com.ptc.windchill.enterprise.dataops.client
Class ScriptFrameModelHandler

java.lang.Object
  extended bycom.ptc.core.ca.co.client.element.CoElementHandler
      extended bycom.ptc.windchill.enterprise.dataops.client.ScriptFrameModelHandler
All Implemented Interfaces:
CoModelHandler

public class ScriptFrameModelHandler
extends CoElementHandler
implements CoModelHandler


Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.element.CoElementHandler
 
Constructor Summary
ScriptFrameModelHandler()
           
 
Method Summary
protected  String getScript(CoFrame frame, CoEnvData envData)
           
 void updateModel(CoElement element, CoEnvData envData)
          Creates and updates the model of the element.
protected  void writeScript(CoFrame frame, WebEnvData envData)
           
 
Methods inherited from class com.ptc.core.ca.co.client.element.CoElementHandler
equals, getClassName, hashCode, setClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptFrameModelHandler

public ScriptFrameModelHandler()
Method Detail

updateModel

public void updateModel(CoElement element,
                        CoEnvData envData)
                 throws WTException
Description copied from interface: CoModelHandler
Creates and updates the model of the element.

Supported API: true

Specified by:
updateModel in interface CoModelHandler
Parameters:
element -
envData -
Throws:
WTException

writeScript

protected void writeScript(CoFrame frame,
                           WebEnvData envData)
                    throws WTException
Throws:
WTException

getScript

protected String getScript(CoFrame frame,
                           CoEnvData envData)
                    throws WTException
Throws:
WTException