com.ptc.core.ca.co.client.action
Class CoGoToActionModel
java.lang.Object
com.ptc.core.ca.co.client.primitive.CoDefaultLabelModel
com.ptc.core.ca.co.client.action.CoAbstractActionModel
com.ptc.core.ca.co.client.action.CoGoToActionModel
- All Implemented Interfaces:
- CoActionModel, CoFacePlateHolderModel, CoModel, CoLabelModel, Externalizable, Serializable
- Direct Known Subclasses:
- CoNewFrameActionModel
Deprecated.
@Deprecated
public class CoGoToActionModel
- extends CoAbstractActionModel
- implements Externalizable
An action model for "go to" action handler.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
|
Method Summary |
CoAddressOfFrame |
getAddressToGoTo()
Deprecated. Gets the value of the attribute: addressToGoTo; An address of the
frame. |
void |
init(CoEnvData envData)
Deprecated. The method responsible for the initialization of the model. |
void |
setAddressToGoTo(CoAddressOfFrame a_AddressToGoTo)
Deprecated. Sets the value of the attribute: addressToGoTo; An address of the
frame. |
void |
update(CoEnvData envData)
Deprecated. The method responsible for the update of the model. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAddressToGoTo
public CoAddressOfFrame getAddressToGoTo()
- Deprecated.
- Gets the value of the attribute: addressToGoTo; An address of the
frame. After an action is triggered, its frame will have this address.
Supported API: true
- Returns:
- CoAddressOfFrame
setAddressToGoTo
public void setAddressToGoTo(CoAddressOfFrame a_AddressToGoTo)
- Deprecated.
- Sets the value of the attribute: addressToGoTo; An address of the
frame. After an action is triggered, its frame will have this address.
Supported API: true
- Parameters:
a_AddressToGoTo -
init
public void init(CoEnvData envData)
throws WTException
- Deprecated.
- The method responsible for the initialization of the model.
Supported API: true
- Specified by:
init in interface CoModel- Overrides:
init in class CoAbstractActionModel
- Parameters:
envData -
- Throws:
WTException
update
public void update(CoEnvData envData)
throws WTException
- Deprecated.
- The method responsible for the update of the model.
Supported API: true
- Specified by:
update in interface CoModel- Overrides:
update in class CoAbstractActionModel
- Parameters:
envData -
- Throws:
WTException