com.ptc.core.ca.co.client.frame
Interface CoFrameLocationInstruction

All Superinterfaces:
CoFrameInstruction, CoInstruction
All Known Implementing Classes:
CoFrameGoToInstruction, CoFrameOpenInstruction

Deprecated.

@Deprecated
public interface CoFrameLocationInstruction
extends CoFrameInstruction

Instructs the framework to draw the frame with the specified location.

Supported API: true

Extendable: false


Field Summary
static String LOCATION
          Deprecated. Label for the attribute; the address of the frame the framework needs to draw.
static String OPENER_ACTION_ADDRESS
          Deprecated. Label for the attribute; the address of the action the frame will think triggered the operation resulted in its drawing.
 
Fields inherited from interface com.ptc.core.ca.co.client.frame.CoFrameInstruction
OPENER_FRAME_ADDRESS
 
Fields inherited from interface com.ptc.core.ca.co.client.event.CoInstruction
PARAMS, RECEIVER_ADDRESS, SENDER_ADDRESS
 
Method Summary
 CoAddressOfFrame getLocation()
          Deprecated. Gets the value of the attribute: LOCATION.
 String getOpenerActionAddress()
          Deprecated. Gets the value of the attribute: OPENER_ACTION_ADDRESS.
 void setLocation(CoAddressOfFrame a_Location)
          Deprecated. Sets the value of the attribute: LOCATION.
 void setOpenerActionAddress(String a_OpenerActionAddress)
          Deprecated. Sets the value of the attribute: OPENER_ACTION_ADDRESS.
 
Methods inherited from interface com.ptc.core.ca.co.client.event.CoInstruction
getParams, getReceiverAddress, getSenderAddress, setParams, setReceiverAddress, setSenderAddress
 

Field Detail

LOCATION

static final String LOCATION
Deprecated. 
Label for the attribute; the address of the frame the framework needs to draw.

Supported API: true

See Also:
Constant Field Values

OPENER_ACTION_ADDRESS

static final String OPENER_ACTION_ADDRESS
Deprecated. 
Label for the attribute; the address of the action the frame will think triggered the operation resulted in its drawing.

Supported API: true

See Also:
Constant Field Values
Method Detail

getLocation

CoAddressOfFrame getLocation()
Deprecated. 
Gets the value of the attribute: LOCATION. the address of the frame the framework needs to draw.

Supported API: true

Returns:
CoAddressOfFrame

setLocation

void setLocation(CoAddressOfFrame a_Location)
Deprecated. 
Sets the value of the attribute: LOCATION. the address of the frame the framework needs to draw.

Supported API: true

Parameters:
a_Location -

getOpenerActionAddress

String getOpenerActionAddress()
Deprecated. 
Gets the value of the attribute: OPENER_ACTION_ADDRESS. the address of the action the frame will think triggered the operation resulted in its drawing.

Supported API: true

Returns:
String

setOpenerActionAddress

void setOpenerActionAddress(String a_OpenerActionAddress)
Deprecated. 
Sets the value of the attribute: OPENER_ACTION_ADDRESS. the address of the action the frame will think triggered the operation resulted in its drawing.

Supported API: true

Parameters:
a_OpenerActionAddress -