com.ptc.core.ca.co.client.propertyPanel
Class CoCompositePropertyPanel

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElement
      extended by com.ptc.core.ca.co.client.layout.CoAbstractLayout
          extended by com.ptc.core.ca.co.client.layout.CoCompositeLayout
              extended by com.ptc.core.ca.co.client.propertyPanel.CoCompositePropertyPanel
All Implemented Interfaces:
CoAddressable, CoInstanceChangeListener, CoComponent, CoCompositeComponent, CoCleanable, CoContainer, CoInstanceHolder, com.ptc.core.ca.co.client.element.CoModeDriven, CoModelDriven, CoFrameManaged, CoLayout, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoPropertyPanel, CoCompositeTableManaged, CoRowManaged, CoTableManaged, CoCompositeTreeManaged, CoWizardStepManaged, Externalizable, Serializable
Direct Known Subclasses:
WebCompositePropertyPanel

Deprecated.

@Deprecated
public abstract class CoCompositePropertyPanel
extends CoCompositeLayout
implements CoPropertyPanel, Externalizable

The conceptual composite property panel.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable
DIRTY
 
Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
ADDRESS
 
Method Summary
 CoInstance getInstance(CoEnvData envData)
          Deprecated. Returns I*E element wrapped into CoInstance object from the element's model.
 boolean isDirty()
          Deprecated. Gets the value of the attribute: dirty; the flag indicating whether the element is out of date.
 CoModel newModel()
          Deprecated. Returns newly created model of the CoDefaultCompositePropertyPanelModel class.
 void onChange(CoEnvData envData)
          Deprecated. Notifies conceptual element that it's obsolete.
 void setDirty(boolean a_Dirty)
          Deprecated. Sets the value of the attribute: dirty; the flag indicating whether the element is out of date.
 void setInstance(CoInstance instance, CoEnvData envData)
          Deprecated. Sets I*E element wrapped into CoInstance object to the element's model.
 void updateModel(CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 
Methods inherited from class com.ptc.core.ca.co.client.layout.CoCompositeLayout
pruneChildren, updateChildren
 
Methods inherited from class com.ptc.core.ca.co.client.layout.CoAbstractLayout
createDynamicSubElement, createStaticSubElement, getChildren, getModel, setChildren, setModel, updateRows
 
Methods inherited from class com.ptc.core.ca.co.client.element.CoElement
canBePruned, default_draw, default_init, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
getAddress, setAddress
 

Method Detail

getInstance

public CoInstance getInstance(CoEnvData envData)
                       throws WTException
Deprecated. 
Returns I*E element wrapped into CoInstance object from the element's model.

Supported API: true

Specified by:
getInstance in interface CoInstanceHolder
Parameters:
envData -
Returns:
CoInstance
Throws:
WTException

setInstance

public void setInstance(CoInstance instance,
                        CoEnvData envData)
                 throws WTException
Deprecated. 
Sets I*E element wrapped into CoInstance object to the element's model. Releases an old one from cache when found.

Supported API: true

Specified by:
setInstance in interface CoInstanceHolder
Parameters:
instance -
envData -
Throws:
WTException

onChange

public void onChange(CoEnvData envData)
              throws WTException
Deprecated. 
Notifies conceptual element that it's obsolete.

Supported API: true

Specified by:
onChange in interface CoInstanceChangeListener
Parameters:
envData -
Throws:
WTException

newModel

public CoModel newModel()
Deprecated. 
Returns newly created model of the CoDefaultCompositePropertyPanelModel class.

Supported API: true

Specified by:
newModel in interface CoModelDriven
Overrides:
newModel in class CoCompositeLayout
Returns:
CoModel

updateModel

public void updateModel(CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the element.

Supported API: true

Specified by:
updateModel in interface CoModelDriven
Overrides:
updateModel in class CoAbstractLayout
Parameters:
envData -
Throws:
WTException

isDirty

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

Supported API: true

Specified by:
isDirty in interface CoCleanable
Returns:
boolean

setDirty

public 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

Specified by:
setDirty in interface CoCleanable
Parameters:
a_Dirty -