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

All Superinterfaces:
CoFrameModel, CoModel
All Known Implementing Classes:
CoDefaultCompositeFrameModel

Deprecated.

@Deprecated
public interface CoCompositeFrameModel
extends CoFrameModel

This class represents a "composite" 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 FRAME_HEADER
          Deprecated. Label for the attribute; the property panel representing the header of the frame.
 
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
 CoPropertyPanel getFrameHeader()
          Deprecated. Gets the value of the attribute: FRAME_HEADER.
 void setFrameHeader(CoPropertyPanel a_FrameHeader)
          Deprecated. Sets the value of the attribute: FRAME_HEADER.
 
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

FRAME_HEADER

static final String FRAME_HEADER
Deprecated. 
Label for the attribute; 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

See Also:
Constant Field Values
Method Detail

getFrameHeader

CoPropertyPanel getFrameHeader()
Deprecated. 
Gets the value of the attribute: FRAME_HEADER. 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

Returns:
CoPropertyPanel

setFrameHeader

void setFrameHeader(CoPropertyPanel a_FrameHeader)
Deprecated. 
Sets the value of the attribute: FRAME_HEADER. 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

Parameters:
a_FrameHeader -