com.ptc.core.ca.web.client.address
Class WebAddressOfFrame

java.lang.Object
  extended by com.ptc.core.ca.co.client.address.CoAddress
      extended by com.ptc.core.ca.co.client.address.CoStaticElementAddress
          extended by com.ptc.core.ca.co.client.address.CoAddressOfFrame
              extended by com.ptc.core.ca.web.client.address.WebAddressOfFrame
All Implemented Interfaces:
WebAddress, Externalizable, Serializable

Deprecated.

@Deprecated
public class WebAddressOfFrame
extends CoAddressOfFrame
implements WebAddress, Externalizable

WebAddressOfFrame class represents an address of the frame conceptual element in session.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String ALIAS
          Deprecated. The name of the parameter containing frame element id

Supported API: true
static String CONTEXT_APPLICATION_ID
          Deprecated. The name of the context parameter containing application id dimension

Supported API: true
static String CONTEXT_DECORATION
          Deprecated. The name of the context parameter containing decoration dimension

Supported API: true
static String CONTEXT_TYPE_ID
          Deprecated. The name of the context parameter containing type dimension

Supported API: true
static String OPENER_ACTION_ADDRESS
          Deprecated. The name of the parameter containing address of the opener action

Supported API: true
static String TYPE_ID
          Deprecated. The name of the parameter containing I*E element type

Supported API: true
static String UFID
          Deprecated. The name of the parameter containing I*E element ufid

Supported API: true
 
Fields inherited from class com.ptc.core.ca.co.client.address.CoAddressOfFrame
ELEMENT_ANY
 
Fields inherited from class com.ptc.core.ca.co.client.address.CoAddress
ADDRESS_ELEMENT_ID_SEPARATOR, ADDRESS_ELEMENT_SEPARATOR, ADDRESS_SEPARATOR, ADDRESS_SUFFIX_SEPARATOR, TYPE_DYNAMIC, TYPE_FRAME, TYPE_STATIC
 
Method Summary
 
Methods inherited from class com.ptc.core.ca.co.client.address.CoAddressOfFrame
getContext, getTypeId, getUfid, isTemporary, setContext, setTemporary, setTypeId, setUfid, update
 
Methods inherited from class com.ptc.core.ca.co.client.address.CoStaticElementAddress
getAlias, init, setAlias
 
Methods inherited from class com.ptc.core.ca.co.client.address.CoAddress
getChildrenAddresses, getElement, getFrameAddress, getParentAddress, setElement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS

public static final String ALIAS
Deprecated. 
The name of the parameter containing frame element id

Supported API: true

See Also:
Constant Field Values

TYPE_ID

public static final String TYPE_ID
Deprecated. 
The name of the parameter containing I*E element type

Supported API: true

See Also:
Constant Field Values

UFID

public static final String UFID
Deprecated. 
The name of the parameter containing I*E element ufid

Supported API: true

See Also:
Constant Field Values

CONTEXT_APPLICATION_ID

public static final String CONTEXT_APPLICATION_ID
Deprecated. 
The name of the context parameter containing application id dimension

Supported API: true

See Also:
Constant Field Values

CONTEXT_DECORATION

public static final String CONTEXT_DECORATION
Deprecated. 
The name of the context parameter containing decoration dimension

Supported API: true

See Also:
Constant Field Values

CONTEXT_TYPE_ID

public static final String CONTEXT_TYPE_ID
Deprecated. 
The name of the context parameter containing type dimension

Supported API: true

See Also:
Constant Field Values

OPENER_ACTION_ADDRESS

public static final String OPENER_ACTION_ADDRESS
Deprecated. 
The name of the parameter containing address of the opener action

Supported API: true

See Also:
Constant Field Values