com.ptc.core.ca.co.client.element
Interface CoCleanable

All Superinterfaces:
CoModelDriven
All Known Subinterfaces:
CoDynamic, CoInstanceHolder, CoInstanceListHolder, CoPropertyPanel
All Known Implementing Classes:
CoCompositeFrame, CoCompositePropertyPanel, CoCompositeTable, CoCompositeTree, com.ptc.core.ca.co.client.primitive.CoDataDrivenEnumerator, CoFrame, CoRow, CoSelectList, CoSimpleFrame, CoSimplePropertyPanel, CoSimpleTable, CoTable, CoTree, CoTreeNode, CoWizard, WebCompositeFrame, WebCompositePropertyPanel, WebCompositeTable, WebCompositeTree, WebDataDrivenEnumerator, WebRow, WebSelectList, WebSimpleFrame, WebSimplePropertyPanel, WebSimpleTable, WebTreeNode, WebWizard

Deprecated.

@Deprecated
public interface CoCleanable
extends CoModelDriven

Indicates that an element can be marked dirty.

Supported API: true

Extendable: false


Field Summary
static String DIRTY
          Deprecated. Label for the attribute; the flag indicating whether the element is out of date.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
MODEL
 
Method Summary
 boolean isDirty()
          Deprecated. Gets the value of the attribute: DIRTY.
 void setDirty(boolean a_Dirty)
          Deprecated. Sets the value of the attribute: DIRTY.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
getModel, newModel, setModel, updateModel
 

Field Detail

DIRTY

static final String DIRTY
Deprecated. 
Label for the attribute; the flag indicating whether the element is out of date.

Supported API: true

See Also:
Constant Field Values
Method Detail

isDirty

boolean isDirty()
Deprecated. 
Gets the value of the attribute: DIRTY. the flag indicating whether the element is out of date.

Supported API: true

Returns:
boolean

setDirty

void setDirty(boolean a_Dirty)
Deprecated. 
Sets the value of the attribute: DIRTY. the flag indicating whether the element is out of date.

Supported API: true

Parameters:
a_Dirty -