com.ptc.core.ca.co.client.element
Interface CoFacePlateHolderModel

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoActionListModel, CoActionModel, CoEnumeratorModel, CoHyperLinkModel, CoLabelModel, CoListModel, CoPluginModel, CoPropertyModel, CoSimpleColumnModel, CoSimpleFrameModel, CoSimpleLayoutModel, CoSimplePropertyModel, CoSimplePropertyPanelModel, CoSimpleTableModel, CoWizardModel, CoWizardStepListModel, WebHyperLinkModel
All Known Implementing Classes:
CoAbstractActionModel, CoAbstractCompositePropertyModel, CoAbstractSimplePropertyModel, CoDefaultActionListModel, CoDefaultEnumeratorModel, CoDefaultHyperLinkModel, CoDefaultLabelModel, CoDefaultListModel, CoDefaultPluginModel, CoDefaultSelectListModel, CoDefaultSimpleColumnModel, CoDefaultSimpleFrameModel, CoDefaultSimpleLayoutModel, CoDefaultSimplePropertyModel, CoDefaultSimplePropertyPanelModel, CoDefaultSimpleTableModel, CoDefaultWizardModel, CoDefaultWizardStepListModel, CoEnumeratedPropertyModel, CoGoToActionModel, CoInPlaceActionModel, CoNewFrameActionModel, CoNewTemporaryFrameActionModel, CoPickerActionModel, CoPickerPropertyModel, CoTreeNodeActionModel, WebDefaultHyperLinkModel, WebNewFrameActionModel, WebNewTemporaryFrameActionModel, WebPickerActionModel, WebTreeNodeActionModel, WebWizardStepActionModel

Deprecated.

@Deprecated
public interface CoFacePlateHolderModel
extends CoModel

The model of the element implementing CoFacePlateHolder interface must implement this interface.

Supported API: true

Extendable: false


Field Summary
static String FACE_PLATE_TYPE
          Deprecated. Label for the attribute; the image

Supported API: true
static String IMAGE
          Deprecated. Label for the attribute; the image

Supported API: true
static String LABEL
          Deprecated. Label for the attribute; the label

Supported API: true
static String TOOL_TIP
          Deprecated. Label for the attribute; the tool tip

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoFacePlateType getFacePlateType()
          Deprecated. Gets the value of the attribute: FACE_PLATE_TYPE.
 String getImage()
          Deprecated. Gets the value of the attribute: IMAGE.
 String getLabel()
          Deprecated. Gets the value of the attribute: LABEL.
 String getToolTip()
          Deprecated. Gets the value of the attribute: TOOL_TIP.
 void setFacePlateType(CoFacePlateType a_FacePlateType)
          Deprecated. Sets the value of the attribute: FACE_PLATE_TYPE.
 void setImage(String a_Image)
          Deprecated. Sets the value of the attribute: IMAGE.
 void setLabel(String a_Label)
          Deprecated. Sets the value of the attribute: LABEL.
 void setToolTip(String a_ToolTip)
          Deprecated. Sets the value of the attribute: TOOL_TIP.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

LABEL

static final String LABEL
Deprecated. 
Label for the attribute; the label

Supported API: true

See Also:
Constant Field Values

TOOL_TIP

static final String TOOL_TIP
Deprecated. 
Label for the attribute; the tool tip

Supported API: true

See Also:
Constant Field Values

IMAGE

static final String IMAGE
Deprecated. 
Label for the attribute; the image

Supported API: true

See Also:
Constant Field Values

FACE_PLATE_TYPE

static final String FACE_PLATE_TYPE
Deprecated. 
Label for the attribute; the image

Supported API: true

See Also:
Constant Field Values
Method Detail

getLabel

String getLabel()
Deprecated. 
Gets the value of the attribute: LABEL. the label

Supported API: true

Returns:
String

setLabel

void setLabel(String a_Label)
Deprecated. 
Sets the value of the attribute: LABEL. the label

Supported API: true

Parameters:
a_Label -

getToolTip

String getToolTip()
Deprecated. 
Gets the value of the attribute: TOOL_TIP. the tool tip

Supported API: true

Returns:
String

setToolTip

void setToolTip(String a_ToolTip)
Deprecated. 
Sets the value of the attribute: TOOL_TIP. the tool tip

Supported API: true

Parameters:
a_ToolTip -

getImage

String getImage()
Deprecated. 
Gets the value of the attribute: IMAGE. the image

Supported API: true

Returns:
String

setImage

void setImage(String a_Image)
Deprecated. 
Sets the value of the attribute: IMAGE. the image

Supported API: true

Parameters:
a_Image -

getFacePlateType

CoFacePlateType getFacePlateType()
Deprecated. 
Gets the value of the attribute: FACE_PLATE_TYPE. the image

Supported API: true

Returns:
CoFacePlateType

setFacePlateType

void setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. 
Sets the value of the attribute: FACE_PLATE_TYPE. the image

Supported API: true

Parameters:
a_FacePlateType -