|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoSimpleFrameModel
This class represents a "simple" frame model. The simple frame can only
have a model extending CoSimpleFrameModel class where all
frame attributes are hardcoded in the model.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
AUTHOR
Deprecated. Label for the attribute; the author of the frame. |
static String |
CSS_LIST
Deprecated. Label for the attribute; the list of css resources of the frame. |
static String |
DESCRIPTION
Deprecated. Label for the attribute; the description of the frame. |
static String |
SCRIPT_LIST
Deprecated. Label for the attribute; the list of script resources for the frame. |
| 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 |
| Fields inherited from interface com.ptc.core.ca.co.client.frame.CoFrameModel |
|---|
CHILD |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
ELEMENT |
| Method Summary | |
|---|---|
String |
getAuthor()
Deprecated. Gets the value of the attribute: AUTHOR. |
ArrayList |
getCssList()
Deprecated. Gets the value of the attribute: CSS_LIST. |
String |
getDescription()
Deprecated. Gets the value of the attribute: DESCRIPTION. |
ArrayList |
getScriptList()
Deprecated. Gets the value of the attribute: SCRIPT_LIST. |
void |
setAuthor(String a_Author)
Deprecated. Sets the value of the attribute: AUTHOR. |
void |
setCssList(ArrayList a_CssList)
Deprecated. Sets the value of the attribute: CSS_LIST. |
void |
setDescription(String a_Description)
Deprecated. Sets the value of the attribute: DESCRIPTION. |
void |
setScriptList(ArrayList a_ScriptList)
Deprecated. Sets the value of the attribute: SCRIPT_LIST. |
| 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 |
| Methods inherited from interface com.ptc.core.ca.co.client.frame.CoFrameModel |
|---|
getChild, setChild |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
getElement, init, setElement, update |
| Field Detail |
|---|
static final String AUTHOR
static final String DESCRIPTION
static final String CSS_LIST
static final String SCRIPT_LIST
| Method Detail |
|---|
String getAuthor()
void setAuthor(String a_Author)
a_Author - String getDescription()
void setDescription(String a_Description)
a_Description - ArrayList getCssList()
void setCssList(ArrayList a_CssList)
a_CssList - ArrayList getScriptList()
void setScriptList(ArrayList a_ScriptList)
a_ScriptList -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||