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

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositeFrameModel, CoSimpleFrameModel
All Known Implementing Classes:
CoDefaultCompositeFrameModel, CoDefaultSimpleFrameModel

Deprecated.

@Deprecated
public interface CoFrameModel
extends CoModel

The model of the frame.

Supported API: true

Extendable: false


Field Summary
static String CHILD
          Deprecated. Label for the attribute; the child sub-element of the frame.
 
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.
 void setChild(CoFrameManaged a_Child)
          Deprecated. Sets the value of the attribute: CHILD.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

CHILD

static final String CHILD
Deprecated. 
Label for the attribute; the child sub-element of the frame.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChild

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

Supported API: true

Returns:
CoFrameManaged

setChild

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

Supported API: true

Parameters:
a_Child -