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

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositeComponentModel, CoCompositeLayoutModel, CoCompositePropertyPanelModel, CoCompositeTableModel, CoLayoutModel, CoPropertyPanelModel, CoSimpleLayoutModel, CoSimplePropertyPanelModel, CoSimpleTableModel, CoTableModel, CoTreeModel
All Known Implementing Classes:
CoAbstractTreeModel, CoCompositeTreeModel, CoDefaultCompositeLayoutModel, CoDefaultCompositePropertyPanelModel, CoDefaultCompositeTableModel, CoDefaultCompositeTreeModel, CoDefaultSimpleLayoutModel, CoDefaultSimplePropertyPanelModel, CoDefaultSimpleTableModel

Deprecated.

@Deprecated
public interface CoComponentModel
extends CoModel

The interface a model of the CoComponent element must implement.

Supported API: true

Extendable: false


Field Summary
static String EXPANDED
          Deprecated. Label for the attribute; the expansion status of the component.
static String WAS_EXPANDED
          Deprecated. Label for the attribute; the expansion status of the component in the past.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 boolean isExpanded()
          Deprecated. Gets the value of the attribute: EXPANDED.
 boolean isWasExpanded()
          Deprecated. Gets the value of the attribute: WAS_EXPANDED.
 void setExpanded(boolean a_Expanded)
          Deprecated. Sets the value of the attribute: EXPANDED.
 void setWasExpanded(boolean a_WasExpanded)
          Deprecated. Sets the value of the attribute: WAS_EXPANDED.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

EXPANDED

static final String EXPANDED
Deprecated. 
Label for the attribute; the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

See Also:
Constant Field Values

WAS_EXPANDED

static final String WAS_EXPANDED
Deprecated. 
Label for the attribute; the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

See Also:
Constant Field Values
Method Detail

isExpanded

boolean isExpanded()
Deprecated. 
Gets the value of the attribute: EXPANDED. the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

Returns:
boolean

setExpanded

void setExpanded(boolean a_Expanded)
Deprecated. 
Sets the value of the attribute: EXPANDED. the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

Parameters:
a_Expanded -

isWasExpanded

boolean isWasExpanded()
Deprecated. 
Gets the value of the attribute: WAS_EXPANDED. the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

Returns:
boolean

setWasExpanded

void setWasExpanded(boolean a_WasExpanded)
Deprecated. 
Sets the value of the attribute: WAS_EXPANDED. the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

Parameters:
a_WasExpanded -