|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.frame.CoFrameUtils
@Deprecated public abstract class CoFrameUtils
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 |
|---|
public static Serializable getFrameParamValue(CoElement element,
String path,
CoEnvData envData)
throws WTException
element - the frame of this element is used to get the parameter value from.path - envData - the conceptual environment data
WTException
public static void setFrameParamValue(CoElement element,
String path,
Serializable paramValue,
CoEnvData envData)
throws WTException
element - the frame of this element is used to set the parameter value on.path - paramValue - the parameter value to setenvData - the conceptual environment data
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||