|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.primitive.CoDefaultLabelModel
com.ptc.core.ca.co.client.action.CoAbstractActionModel
@Deprecated public class CoAbstractActionModel
Supported API: true
Extendable: false
| 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 |
|---|
public void init(CoEnvData envData)
throws WTException
init in interface CoModelenvData -
WTException
public void update(CoEnvData envData)
throws WTException
update in interface CoModelupdate in class CoDefaultLabelModelenvData -
WTExceptionpublic boolean isVisible()
isVisible in interface CoActionModelpublic void setVisible(boolean a_Visible)
setVisible in interface CoActionModela_Visible - public boolean isEnabled()
isEnabled in interface CoActionModelpublic void setEnabled(boolean a_Enabled)
setEnabled in interface CoActionModela_Enabled - public boolean isNeedSelection()
isNeedSelection in interface CoActionModelpublic void setNeedSelection(boolean a_NeedSelection)
setNeedSelection in interface CoActionModela_NeedSelection - public CoActionDrawType getDrawType()
getDrawType in interface CoActionModelpublic void setDrawType(CoActionDrawType a_DrawType)
setDrawType in interface CoActionModela_DrawType - public String getAnchorTarget()
getAnchorTarget in interface CoActionModelpublic void setAnchorTarget(String a_anchorTarget)
setAnchorTarget in interface CoActionModela_anchorTarget -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||