|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.picker.CoDefaultPropertyPickerOkActionHandlerData
@Deprecated public class CoDefaultPropertyPickerOkActionHandlerData
The class implementing CoPropertyPickerOkActionHandlerData
interface using "simple" approach.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.picker.CoPropertyPickerOkActionHandlerData |
|---|
PICKED_ELEMENT, PICKED_IE_ELEMENT, TARGET_IE_ELEMENT, TARGET_PROPERTY |
| Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData |
|---|
OPENER_ACTION_ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionHandlerData |
|---|
ACTION, ACTION_TRIGGERED |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData |
|---|
ENV_DATA |
| Method Summary | |
|---|---|
CoAction |
getAction()
Deprecated. Gets the value of the attribute: action; the reference to an action element. |
CoEnvData |
getEnvData()
Deprecated. Gets the value of the attribute: envData; the reference to the conceptual environment Supported API: true |
String |
getOpenerActionAddress()
Deprecated. Gets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame. |
CoElement |
getPickedElement()
Deprecated. Gets the value of the attribute: pickedElement; the picked element in the picker frame. |
com.infoengine.object.factory.Element |
getPickedIeElement()
Deprecated. Gets the value of the attribute: pickedIeElement; the Info*Engine element of the picked element in the picker frame. |
com.infoengine.object.factory.Element |
getTargetIeElement()
Deprecated. Gets the value of the attribute: targetIeElement; the Info*Engine element associated with the property in the frame from where the picker frame was lauched. |
CoProperty |
getTargetProperty()
Deprecated. Gets the value of the attribute: targetProperty; the target element in the frame from where the picker frame was lauched. |
boolean |
isActionTriggered()
Deprecated. Gets the value of the attribute: actionTriggered; the action trigger status indicating whether an action was triggered. |
protected void |
setAction(CoAction a_Action)
Deprecated. Sets the value of the attribute: action; the reference to an action element. |
void |
setActionTriggered(boolean a_ActionTriggered)
Deprecated. Sets the value of the attribute: actionTriggered; the action trigger status indicating whether an action was triggered. |
protected void |
setEnvData(CoEnvData a_EnvData)
Deprecated. Sets the value of the attribute: envData; the reference to the conceptual environment Supported API: true |
protected void |
setOpenerActionAddress(String a_OpenerActionAddress)
Deprecated. Sets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame. |
protected void |
setPickedElement(CoElement a_PickedElement)
Deprecated. Sets the value of the attribute: pickedElement; the picked element in the picker frame. |
protected void |
setPickedIeElement(com.infoengine.object.factory.Element a_PickedIeElement)
Deprecated. Sets the value of the attribute: pickedIeElement; the Info*Engine element of the picked element in the picker frame. |
protected void |
setTargetIeElement(com.infoengine.object.factory.Element a_TargetIeElement)
Deprecated. Sets the value of the attribute: targetIeElement; the Info*Engine element associated with the property in the frame from where the picker frame was lauched. |
protected void |
setTargetProperty(CoProperty a_TargetProperty)
Deprecated. Sets the value of the attribute: targetProperty; the target element in the frame from where the picker frame was lauched. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CoElement getPickedElement()
getPickedElement in interface CoPropertyPickerOkActionHandlerDataprotected void setPickedElement(CoElement a_PickedElement)
a_PickedElement - public com.infoengine.object.factory.Element getPickedIeElement()
getPickedIeElement in interface CoPropertyPickerOkActionHandlerDataprotected void setPickedIeElement(com.infoengine.object.factory.Element a_PickedIeElement)
a_PickedIeElement - public CoProperty getTargetProperty()
getTargetProperty in interface CoPropertyPickerOkActionHandlerDataprotected void setTargetProperty(CoProperty a_TargetProperty)
a_TargetProperty - public com.infoengine.object.factory.Element getTargetIeElement()
getTargetIeElement in interface CoPropertyPickerOkActionHandlerDataprotected void setTargetIeElement(com.infoengine.object.factory.Element a_TargetIeElement)
a_TargetIeElement - public String getOpenerActionAddress()
getOpenerActionAddress in interface CoSimpleHandlerDataprotected void setOpenerActionAddress(String a_OpenerActionAddress)
a_OpenerActionAddress - public CoAction getAction()
getAction in interface CoActionHandlerDataprotected void setAction(CoAction a_Action)
a_Action - public boolean isActionTriggered()
During the update of the action model handler calls methods to
determine visibility and accessability of the action. At that moment
the trigger status will be set to false.
Supported API: true
isActionTriggered in interface CoActionHandlerDatapublic void setActionTriggered(boolean a_ActionTriggered)
During the update of the action model handler calls methods to
determine visibility and accessability of the action. At that moment
the trigger status will be set to false.
Supported API: true
setActionTriggered in interface CoActionHandlerDataa_ActionTriggered - public CoEnvData getEnvData()
getEnvData in interface CoHandlerDataprotected void setEnvData(CoEnvData a_EnvData)
a_EnvData -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||