com.ptc.core.ca.co.client.component
Interface CoCompositeComponentModel

All Superinterfaces:
CoComponentModel, CoModel
All Known Subinterfaces:
CoCompositeLayoutModel, CoCompositePropertyPanelModel, CoCompositeTableModel
All Known Implementing Classes:
CoCompositeTreeModel, CoDefaultCompositeLayoutModel, CoDefaultCompositePropertyPanelModel, CoDefaultCompositeTableModel, CoDefaultCompositeTreeModel

Deprecated.

@Deprecated
public interface CoCompositeComponentModel
extends CoComponentModel

The interface a model of the CoCompositeComponent element must implement.

Supported API: true

Extendable: false


Field Summary
static String HEADER_LAYOUT
          Deprecated. Label for the attribute; the header layout of the composite component.
static String TOP_LAYOUT
          Deprecated. Label for the attribute; the top layout of the composite component.
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
EXPANDED, WAS_EXPANDED
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoSimpleLayout getHeaderLayout()
          Deprecated. Gets the value of the attribute: HEADER_LAYOUT.
 CoSimpleLayout getTopLayout()
          Deprecated. Gets the value of the attribute: TOP_LAYOUT.
 void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
          Deprecated. Sets the value of the attribute: HEADER_LAYOUT.
 void setTopLayout(CoSimpleLayout a_TopLayout)
          Deprecated. Sets the value of the attribute: TOP_LAYOUT.
 
Methods inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
isExpanded, isWasExpanded, setExpanded, setWasExpanded
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

HEADER_LAYOUT

static final String HEADER_LAYOUT
Deprecated. 
Label for the attribute; the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

See Also:
Constant Field Values

TOP_LAYOUT

static final String TOP_LAYOUT
Deprecated. 
Label for the attribute; the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

See Also:
Constant Field Values
Method Detail

getHeaderLayout

CoSimpleLayout getHeaderLayout()
Deprecated. 
Gets the value of the attribute: HEADER_LAYOUT. the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

Returns:
CoSimpleLayout

setHeaderLayout

void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. 
Sets the value of the attribute: HEADER_LAYOUT. the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

Parameters:
a_HeaderLayout -

getTopLayout

CoSimpleLayout getTopLayout()
Deprecated. 
Gets the value of the attribute: TOP_LAYOUT. the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

Returns:
CoSimpleLayout

setTopLayout

void setTopLayout(CoSimpleLayout a_TopLayout)
Deprecated. 
Sets the value of the attribute: TOP_LAYOUT. the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

Parameters:
a_TopLayout -