|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoActionModel
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 |
|---|
static final String VISIBLE
static final String ENABLED
static final String NEED_SELECTION
static final String DRAW_TYPE
static final String ANCHOR_TARGET
| Method Detail |
|---|
boolean isVisible()
void setVisible(boolean a_Visible)
a_Visible - boolean isEnabled()
void setEnabled(boolean a_Enabled)
a_Enabled - boolean isNeedSelection()
void setNeedSelection(boolean a_NeedSelection)
a_NeedSelection - CoActionDrawType getDrawType()
void setDrawType(CoActionDrawType a_DrawType)
a_DrawType - String getAnchorTarget()
void setAnchorTarget(String a_anchorTarget)
a_anchorTarget -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||