com.ptc.core.ca.co.client.plugin
Interface CoPluginModel

All Superinterfaces:
CoFacePlateHolderModel, CoModel
All Known Implementing Classes:
CoDefaultPluginModel

Deprecated.

@Deprecated
public interface CoPluginModel
extends CoFacePlateHolderModel

The interface every model of the plugin element implements.

Supported API: true

Extendable: false


Field Summary
static String ATTR_MAP
          Deprecated. Label for the attribute; the map of attributes of plugin element.
static String CHILDREN
          Deprecated. Label for the attribute; the list of children of the plugin element.
static String FALLBACK_TEXT
          Deprecated. Label for the attribute; the fallback text to display when an applet or an ActiveX control can not be found.
static String PARAM_MAP
          Deprecated. Label for the attribute; the map of parameters of plugin elements.
 
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
 HashMap getAttrMap()
          Deprecated. Gets the value of the attribute: ATTR_MAP.
 ArrayList getChildren()
          Deprecated. Gets the value of the attribute: CHILDREN.
 String getFallbackText()
          Deprecated. Gets the value of the attribute: FALLBACK_TEXT.
 HashMap getParamMap()
          Deprecated. Gets the value of the attribute: PARAM_MAP.
 void setAttrMap(HashMap a_AttrMap)
          Deprecated. Sets the value of the attribute: ATTR_MAP.
 void setChildren(ArrayList a_Children)
          Deprecated. Sets the value of the attribute: CHILDREN.
 void setFallbackText(String a_FallbackText)
          Deprecated. Sets the value of the attribute: FALLBACK_TEXT.
 void setParamMap(HashMap a_ParamMap)
          Deprecated. Sets the value of the attribute: PARAM_MAP.
 
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

CHILDREN

static final String CHILDREN
Deprecated. 
Label for the attribute; the list of children of the plugin element. Not supported for this release.

Supported API: true

See Also:
Constant Field Values

ATTR_MAP

static final String ATTR_MAP
Deprecated. 
Label for the attribute; the map of attributes of plugin element.

Supported API: true

See Also:
Constant Field Values

PARAM_MAP

static final String PARAM_MAP
Deprecated. 
Label for the attribute; the map of parameters of plugin elements.

Supported API: true

See Also:
Constant Field Values

FALLBACK_TEXT

static final String FALLBACK_TEXT
Deprecated. 
Label for the attribute; the fallback text to display when an applet or an ActiveX control can not be found.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChildren

ArrayList getChildren()
Deprecated. 
Gets the value of the attribute: CHILDREN. the list of children of the plugin element. Not supported for this release.

Supported API: true

Returns:
ArrayList

setChildren

void setChildren(ArrayList a_Children)
Deprecated. 
Sets the value of the attribute: CHILDREN. the list of children of the plugin element. Not supported for this release.

Supported API: true

Parameters:
a_Children -

getAttrMap

HashMap getAttrMap()
Deprecated. 
Gets the value of the attribute: ATTR_MAP. the map of attributes of plugin element.

Supported API: true

Returns:
HashMap

setAttrMap

void setAttrMap(HashMap a_AttrMap)
Deprecated. 
Sets the value of the attribute: ATTR_MAP. the map of attributes of plugin element.

Supported API: true

Parameters:
a_AttrMap -

getParamMap

HashMap getParamMap()
Deprecated. 
Gets the value of the attribute: PARAM_MAP. the map of parameters of plugin elements.

Supported API: true

Returns:
HashMap

setParamMap

void setParamMap(HashMap a_ParamMap)
Deprecated. 
Sets the value of the attribute: PARAM_MAP. the map of parameters of plugin elements.

Supported API: true

Parameters:
a_ParamMap -

getFallbackText

String getFallbackText()
Deprecated. 
Gets the value of the attribute: FALLBACK_TEXT. the fallback text to display when an applet or an ActiveX control can not be found.

Supported API: true

Returns:
String

setFallbackText

void setFallbackText(String a_FallbackText)
Deprecated. 
Sets the value of the attribute: FALLBACK_TEXT. the fallback text to display when an applet or an ActiveX control can not be found.

Supported API: true

Parameters:
a_FallbackText -