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.element.CoModel |
ELEMENT |
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
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 -