com.ptc.core.ca.co.client.frame
Interface CoSimpleFrameModel

All Superinterfaces:
CoFacePlateHolderModel, CoFrameModel, CoModel
All Known Implementing Classes:
CoDefaultSimpleFrameModel

Deprecated.

@Deprecated
public interface CoSimpleFrameModel
extends CoFacePlateHolderModel, CoFrameModel

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

AUTHOR

static final String AUTHOR
Deprecated. 
Label for the attribute; the author of the frame.

Supported API: true

See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
Deprecated. 
Label for the attribute; the description of the frame.

Supported API: true

See Also:
Constant Field Values

CSS_LIST

static final String CSS_LIST
Deprecated. 
Label for the attribute; the list of css resources of the frame.

Supported API: true

See Also:
Constant Field Values

SCRIPT_LIST

static final String SCRIPT_LIST
Deprecated. 
Label for the attribute; the list of script resources for the frame.

Supported API: true

See Also:
Constant Field Values
Method Detail

getAuthor

String getAuthor()
Deprecated. 
Gets the value of the attribute: AUTHOR. the author of the frame.

Supported API: true

Returns:
String

setAuthor

void setAuthor(String a_Author)
Deprecated. 
Sets the value of the attribute: AUTHOR. the author of the frame.

Supported API: true

Parameters:
a_Author -

getDescription

String getDescription()
Deprecated. 
Gets the value of the attribute: DESCRIPTION. the description of the frame.

Supported API: true

Returns:
String

setDescription

void setDescription(String a_Description)
Deprecated. 
Sets the value of the attribute: DESCRIPTION. the description of the frame.

Supported API: true

Parameters:
a_Description -

getCssList

ArrayList getCssList()
Deprecated. 
Gets the value of the attribute: CSS_LIST. the list of css resources of the frame.

Supported API: true

Returns:
ArrayList

setCssList

void setCssList(ArrayList a_CssList)
Deprecated. 
Sets the value of the attribute: CSS_LIST. the list of css resources of the frame.

Supported API: true

Parameters:
a_CssList -

getScriptList

ArrayList getScriptList()
Deprecated. 
Gets the value of the attribute: SCRIPT_LIST. the list of script resources for the frame.

Supported API: true

Returns:
ArrayList

setScriptList

void setScriptList(ArrayList a_ScriptList)
Deprecated. 
Sets the value of the attribute: SCRIPT_LIST. the list of script resources for the frame.

Supported API: true

Parameters:
a_ScriptList -