com.ptc.core.ca.co.client.action
Interface CoActionModel

All Superinterfaces:
CoFacePlateHolderModel, CoLabelModel, CoModel
All Known Subinterfaces:
CoHyperLinkModel, WebHyperLinkModel
All Known Implementing Classes:
CoAbstractActionModel, CoDefaultHyperLinkModel, CoGoToActionModel, CoInPlaceActionModel, CoNewFrameActionModel, CoNewTemporaryFrameActionModel, CoPickerActionModel, CoTreeNodeActionModel, WebDefaultHyperLinkModel, WebNewFrameActionModel, WebNewTemporaryFrameActionModel, WebPickerActionModel, WebTreeNodeActionModel, WebWizardStepActionModel

Deprecated.

@Deprecated
public interface CoActionModel
extends CoLabelModel

Model for CoAction element.

Supported API: true

Extendable: false


Field Summary
static String ANCHOR_TARGET
          Deprecated. Label for the attribute; the anchor in a frame

Supported API: true
static String DRAW_TYPE
          Deprecated. Label for the attribute; the way to draw a hyperlink

Supported API: true
static String ENABLED
          Deprecated. Label for the attribute; the accessability status of the action.
static String NEED_SELECTION
          Deprecated. Label for the attribute; the selection status for the action.
static String VISIBLE
          Deprecated. Label for the attribute; the visibility status of the action.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 String getAnchorTarget()
          Deprecated. gets the value of the attribute: ANCHOR_TARGET.
 CoActionDrawType getDrawType()
          Deprecated. Gets the value of the attribute: DRAW_TYPE.
 boolean isEnabled()
          Deprecated. Gets the value of the attribute: ENABLED.
 boolean isNeedSelection()
          Deprecated. Gets the value of the attribute: NEED_SELECTION.
 boolean isVisible()
          Deprecated. Gets the value of the attribute: VISIBLE.
 void setAnchorTarget(String a_anchorTarget)
          Deprecated. Sets the value of the attribute: ANCHOR_TARGET.
 void setDrawType(CoActionDrawType a_DrawType)
          Deprecated. Sets the value of the attribute: DRAW_TYPE.
 void setEnabled(boolean a_Enabled)
          Deprecated. Sets the value of the attribute: ENABLED.
 void setNeedSelection(boolean a_NeedSelection)
          Deprecated. Sets the value of the attribute: NEED_SELECTION.
 void setVisible(boolean a_Visible)
          Deprecated. Sets the value of the attribute: VISIBLE.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

VISIBLE

static final String VISIBLE
Deprecated. 
Label for the attribute; the visibility status of the action.

Supported API: true

See Also:
Constant Field Values

ENABLED

static final String ENABLED
Deprecated. 
Label for the attribute; the accessability status of the action. Specifies if the action can be triggered. A visible action can be presented differently depending on whether it's enabled.

Supported API: true

See Also:
Constant Field Values

NEED_SELECTION

static final String NEED_SELECTION
Deprecated. 
Label for the attribute; the selection status for the action. Specifies if an action requires selected elements to operate on.

Supported API: true

See Also:
Constant Field Values

DRAW_TYPE

static final String DRAW_TYPE
Deprecated. 
Label for the attribute; the way to draw a hyperlink

Supported API: true

See Also:
Constant Field Values

ANCHOR_TARGET

static final String ANCHOR_TARGET
Deprecated. 
Label for the attribute; the anchor in a frame

Supported API: true

See Also:
Constant Field Values
Method Detail

isVisible

boolean isVisible()
Deprecated. 
Gets the value of the attribute: VISIBLE. the visibility status of the action.

Supported API: true

Returns:
boolean

setVisible

void setVisible(boolean a_Visible)
Deprecated. 
Sets the value of the attribute: VISIBLE. the visibility status of the action.

Supported API: true

Parameters:
a_Visible -

isEnabled

boolean isEnabled()
Deprecated. 
Gets the value of the attribute: ENABLED. the accessability status of the action. Specifies if the action can be triggered. A visible action can be presented differently depending on whether it's enabled.

Supported API: true

Returns:
boolean

setEnabled

void setEnabled(boolean a_Enabled)
Deprecated. 
Sets the value of the attribute: ENABLED. the accessability status of the action. Specifies if the action can be triggered. A visible action can be presented differently depending on whether it's enabled.

Supported API: true

Parameters:
a_Enabled -

isNeedSelection

boolean isNeedSelection()
Deprecated. 
Gets the value of the attribute: NEED_SELECTION. the selection status for the action. Specifies if an action requires selected elements to operate on.

Supported API: true

Returns:
boolean

setNeedSelection

void setNeedSelection(boolean a_NeedSelection)
Deprecated. 
Sets the value of the attribute: NEED_SELECTION. the selection status for the action. Specifies if an action requires selected elements to operate on.

Supported API: true

Parameters:
a_NeedSelection -

getDrawType

CoActionDrawType getDrawType()
Deprecated. 
Gets the value of the attribute: DRAW_TYPE. the way to draw a hyperlink

Supported API: true

Returns:
CoActionDrawType

setDrawType

void setDrawType(CoActionDrawType a_DrawType)
Deprecated. 
Sets the value of the attribute: DRAW_TYPE. the way to draw a hyperlink

Supported API: true

Parameters:
a_DrawType -

getAnchorTarget

String getAnchorTarget()
Deprecated. 
gets the value of the attribute: ANCHOR_TARGET. the anchor string to be targetted in the frame

Supported API: true

Returns:
String

setAnchorTarget

void setAnchorTarget(String a_anchorTarget)
Deprecated. 
Sets the value of the attribute: ANCHOR_TARGET. the anchor string to be targetted in the frame

Supported API: true

Parameters:
a_anchorTarget -