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

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

Deprecated.

@Deprecated
public class CoDefaultCompositeFrameModel
extends Object
implements CoCompositeFrameModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.frame.CoCompositeFrameModel
FRAME_HEADER
 
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
 CoFrameManaged getChild()
          Deprecated. Gets the value of the attribute: child; the child sub-element 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
 CoPropertyPanel getFrameHeader()
          Deprecated. Gets the value of the attribute: frameHeader; the property panel representing the header of the frame.
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setChild(CoFrameManaged a_Child)
          Deprecated. Sets the value of the attribute: child; the child sub-element 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 setFrameHeader(CoPropertyPanel a_FrameHeader)
          Deprecated. Sets the value of the attribute: frameHeader; the property panel representing the header of the frame.
 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

getFrameHeader

public CoPropertyPanel getFrameHeader()
Deprecated. 
Gets the value of the attribute: frameHeader; the property panel representing the header of the frame. The exact meaning of the header is environment depenendent. It is only guaranteed that the header element is drawn before the child element of the frame.

Supported API: true

Specified by:
getFrameHeader in interface CoCompositeFrameModel
Returns:
CoPropertyPanel

setFrameHeader

public void setFrameHeader(CoPropertyPanel a_FrameHeader)
Deprecated. 
Sets the value of the attribute: frameHeader; the property panel representing the header of the frame. The exact meaning of the header is environment depenendent. It is only guaranteed that the header element is drawn before the child element of the frame.

Supported API: true

Specified by:
setFrameHeader in interface CoCompositeFrameModel
Parameters:
a_FrameHeader -

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 -

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 -