com.ptc.core.ca.co.client.table
Class CoSimpleColumn

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElement
      extended by com.ptc.core.ca.co.client.table.CoColumn
          extended by com.ptc.core.ca.co.client.table.CoSimpleColumn
All Implemented Interfaces:
CoAddressable, CoFacePlateHolder, CoModelDriven, CoSimpleTableManaged, CoTableManaged, Externalizable, Serializable
Direct Known Subclasses:
WebSimpleColumn

Deprecated.

@Deprecated
public abstract class CoSimpleColumn
extends CoColumn
implements CoSimpleTableManaged, CoFacePlateHolder, Externalizable

The conceptual simple column element. The conceptual simple column represents a column header rather than the data in the column The header can only contain a face plate..

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
MODEL
 
Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
ADDRESS
 
Method Summary
 CoModel newModel()
          Deprecated. Returns newly created model of CoDefaultSimpleColumnModel class.
 void updateChildren(CoEnvData envData)
          Deprecated. Updates sub-elements.
 void updateModel(CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 
Methods inherited from class com.ptc.core.ca.co.client.table.CoColumn
getModel, setModel
 
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.element.CoModelDriven
getModel, setModel
 

Method Detail

newModel

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

Supported API: true

Specified by:
newModel in interface CoModelDriven
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 CoColumn
Parameters:
envData -
Throws:
WTException

updateChildren

public void updateChildren(CoEnvData envData)
                    throws WTException
Deprecated. 
Updates sub-elements. After the execution of the method the element's model and children map should contain sub-elements according to the configuration specification and data from the data aquisition layer.

Supported API: true

Parameters:
envData -
Throws:
WTException