com.ptc.core.ca.co.client.frame
Class CoDefaultSimpleFrameModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.frame.CoDefaultSimpleFrameModel
All Implemented Interfaces:
CoFacePlateHolderModel, CoModel, CoFrameModel, CoSimpleFrameModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultSimpleFrameModel
extends Object
implements CoSimpleFrameModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.frame.CoSimpleFrameModel
AUTHOR, CSS_LIST, DESCRIPTION, SCRIPT_LIST
 
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; the author of the frame.
 CoFrameManaged getChild()
          Deprecated. Gets the value of the attribute: child; the child sub-element of the frame.
 ArrayList getCssList()
          Deprecated. Gets the value of the attribute: cssList; the list of css resources of the frame.
 String getDescription()
          Deprecated. Gets the value of the attribute: description; the description of the frame.
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 CoFacePlateType getFacePlateType()
          Deprecated. Gets the value of the attribute: facePlateType; the image

Supported API: true
 String getImage()
          Deprecated. Gets the value of the attribute: image; the image

Supported API: true
 String getLabel()
          Deprecated. Gets the value of the attribute: label; the label

Supported API: true
 ArrayList getScriptList()
          Deprecated. Gets the value of the attribute: scriptList; the list of script resources for the frame.
 String getToolTip()
          Deprecated. Gets the value of the attribute: toolTip; the tool tip

Supported API: true
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setAuthor(String a_Author)
          Deprecated. Sets the value of the attribute: author; the author of the frame.
 void setChild(CoFrameManaged a_Child)
          Deprecated. Sets the value of the attribute: child; the child sub-element of the frame.
 void setCssList(ArrayList a_CssList)
          Deprecated. Sets the value of the attribute: cssList; the list of css resources of the frame.
 void setDescription(String a_Description)
          Deprecated. Sets the value of the attribute: description; the description of the frame.
 void setElement(CoModelDriven a_Element)
          Deprecated. Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void setFacePlateType(CoFacePlateType a_FacePlateType)
          Deprecated. Sets the value of the attribute: facePlateType; the image

Supported API: true
 void setImage(String a_Image)
          Deprecated. Sets the value of the attribute: image; the image

Supported API: true
 void setLabel(String a_Label)
          Deprecated. Sets the value of the attribute: label; the label

Supported API: true
 void setScriptList(ArrayList a_ScriptList)
          Deprecated. Sets the value of the attribute: scriptList; the list of script resources for the frame.
 void setToolTip(String a_ToolTip)
          Deprecated. Sets the value of the attribute: toolTip; the tool tip

Supported API: true
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Parameters:
envData -
Throws:
WTException

getAuthor

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

Supported API: true

Specified by:
getAuthor in interface CoSimpleFrameModel
Returns:
String

setAuthor

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

Supported API: true

Specified by:
setAuthor in interface CoSimpleFrameModel
Parameters:
a_Author -

getDescription

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

Supported API: true

Specified by:
getDescription in interface CoSimpleFrameModel
Returns:
String

setDescription

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

Supported API: true

Specified by:
setDescription in interface CoSimpleFrameModel
Parameters:
a_Description -

getCssList

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

Supported API: true

Specified by:
getCssList in interface CoSimpleFrameModel
Returns:
ArrayList

setCssList

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

Supported API: true

Specified by:
setCssList in interface CoSimpleFrameModel
Parameters:
a_CssList -

getScriptList

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

Supported API: true

Specified by:
getScriptList in interface CoSimpleFrameModel
Returns:
ArrayList

setScriptList

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

Supported API: true

Specified by:
setScriptList in interface CoSimpleFrameModel
Parameters:
a_ScriptList -

getLabel

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

Supported API: true

Specified by:
getLabel in interface CoFacePlateHolderModel
Returns:
String

setLabel

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

Supported API: true

Specified by:
setLabel in interface CoFacePlateHolderModel
Parameters:
a_Label -

getToolTip

public String getToolTip()
Deprecated. 
Gets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
getToolTip in interface CoFacePlateHolderModel
Returns:
String

setToolTip

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

Supported API: true

Specified by:
setToolTip in interface CoFacePlateHolderModel
Parameters:
a_ToolTip -

getImage

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

Supported API: true

Specified by:
getImage in interface CoFacePlateHolderModel
Returns:
String

setImage

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

Supported API: true

Specified by:
setImage in interface CoFacePlateHolderModel
Parameters:
a_Image -

getFacePlateType

public CoFacePlateType getFacePlateType()
Deprecated. 
Gets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
getFacePlateType in interface CoFacePlateHolderModel
Returns:
CoFacePlateType

setFacePlateType

public void setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. 
Sets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
setFacePlateType in interface CoFacePlateHolderModel
Parameters:
a_FacePlateType -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public void setElement(CoModelDriven a_Element)
Deprecated. 
Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
setElement in interface CoModel
Parameters:
a_Element -

getChild

public CoFrameManaged getChild()
Deprecated. 
Gets the value of the attribute: child; the child sub-element of the frame.

Supported API: true

Specified by:
getChild in interface CoFrameModel
Returns:
CoFrameManaged

setChild

public void setChild(CoFrameManaged a_Child)
Deprecated. 
Sets the value of the attribute: child; the child sub-element of the frame.

Supported API: true

Specified by:
setChild in interface CoFrameModel
Parameters:
a_Child -