|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoPluginModel
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 |
|---|
static final String CHILDREN
static final String ATTR_MAP
static final String PARAM_MAP
static final String FALLBACK_TEXT
| Method Detail |
|---|
ArrayList getChildren()
void setChildren(ArrayList a_Children)
a_Children - HashMap getAttrMap()
void setAttrMap(HashMap a_AttrMap)
a_AttrMap - HashMap getParamMap()
void setParamMap(HashMap a_ParamMap)
a_ParamMap - String getFallbackText()
void setFallbackText(String a_FallbackText)
a_FallbackText -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||