com.ptc.core.ca.co.client.action
Class CoAbstractActionModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoDefaultLabelModel
      extended by com.ptc.core.ca.co.client.action.CoAbstractActionModel
All Implemented Interfaces:
CoActionModel, CoFacePlateHolderModel, CoModel, CoLabelModel, Externalizable, Serializable
Direct Known Subclasses:
CoDefaultHyperLinkModel, CoGoToActionModel, CoInPlaceActionModel

Deprecated.

@Deprecated
public class CoAbstractActionModel
extends CoDefaultLabelModel
implements CoActionModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionModel
ANCHOR_TARGET, DRAW_TYPE, ENABLED, NEED_SELECTION, VISIBLE
 
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: anchorTarget; the anchor string to be targetted in the frame

Supported API: true
 CoActionDrawType getDrawType()
          Deprecated. Gets the value of the attribute: drawType; the way to draw a hyperlink

Supported API: true
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 boolean isEnabled()
          Deprecated. Gets the value of the attribute: enabled; the accessability status of the action.
 boolean isNeedSelection()
          Deprecated. Gets the value of the attribute: needSelection; the selection status for the action.
 boolean isVisible()
          Deprecated. Gets the value of the attribute: visible; the visibility status of the action.
 void setAnchorTarget(String a_anchorTarget)
          Deprecated. Sets the value of the attribute: anchorTarget; the anchor string to be targetted in the frame

Supported API: true
 void setDrawType(CoActionDrawType a_DrawType)
          Deprecated. Sets the value of the attribute: drawType; the way to draw a hyperlink

Supported API: true
 void setEnabled(boolean a_Enabled)
          Deprecated. Sets the value of the attribute: enabled; the accessability status of the action.
 void setNeedSelection(boolean a_NeedSelection)
          Deprecated. Sets the value of the attribute: needSelection; the selection status for the action.
 void setVisible(boolean a_Visible)
          Deprecated. Sets the value of the attribute: visible; the visibility status of the action.
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class com.ptc.core.ca.co.client.primitive.CoDefaultLabelModel
getElement, getFacePlateType, getImage, getLabel, getToolTip, setElement, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, setElement
 

Method Detail

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
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 CoDefaultLabelModel
Parameters:
envData -
Throws:
WTException

isVisible

public boolean isVisible()
Deprecated. 
Gets the value of the attribute: visible; the visibility status of the action.

Supported API: true

Specified by:
isVisible in interface CoActionModel
Returns:
boolean

setVisible

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

Supported API: true

Specified by:
setVisible in interface CoActionModel
Parameters:
a_Visible -

isEnabled

public 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

Specified by:
isEnabled in interface CoActionModel
Returns:
boolean

setEnabled

public 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

Specified by:
setEnabled in interface CoActionModel
Parameters:
a_Enabled -

isNeedSelection

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

Supported API: true

Specified by:
isNeedSelection in interface CoActionModel
Returns:
boolean

setNeedSelection

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

Supported API: true

Specified by:
setNeedSelection in interface CoActionModel
Parameters:
a_NeedSelection -

getDrawType

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

Supported API: true

Specified by:
getDrawType in interface CoActionModel
Returns:
CoActionDrawType

setDrawType

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

Supported API: true

Specified by:
setDrawType in interface CoActionModel
Parameters:
a_DrawType -

getAnchorTarget

public String getAnchorTarget()
Deprecated. 
Gets the value of the attribute: anchorTarget; the anchor string to be targetted in the frame

Supported API: true

Specified by:
getAnchorTarget in interface CoActionModel
Returns:
String

setAnchorTarget

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

Supported API: true

Specified by:
setAnchorTarget in interface CoActionModel
Parameters:
a_anchorTarget -