com.ptc.core.ca.co.client.frame
Class CoFrameUtils

java.lang.Object
  extended by com.ptc.core.ca.co.client.frame.CoFrameUtils

Deprecated.

@Deprecated
public abstract class CoFrameUtils
extends Object



Supported API: true

Extendable: false


Method Summary
static Serializable getFrameParamValue(CoElement element, String path, CoEnvData envData)
          Deprecated. Returns the frame parameter of the frame of the specified element.
static void setFrameParamValue(CoElement element, String path, Serializable paramValue, CoEnvData envData)
          Deprecated. Sets the frame parameter for the frame of the specified element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFrameParamValue

public static Serializable getFrameParamValue(CoElement element,
                                              String path,
                                              CoEnvData envData)
                                       throws WTException
Deprecated. 
Returns the frame parameter of the frame of the specified element.

Supported API: true

Parameters:
element - the frame of this element is used to get the parameter value from.
path -
envData - the conceptual environment data
Returns:
Serializable
Throws:
WTException

setFrameParamValue

public static void setFrameParamValue(CoElement element,
                                      String path,
                                      Serializable paramValue,
                                      CoEnvData envData)
                               throws WTException
Deprecated. 
Sets the frame parameter for the frame of the specified element.

Supported API: true

Parameters:
element - the frame of this element is used to set the parameter value on.
path -
paramValue - the parameter value to set
envData - the conceptual environment data
Throws:
WTException