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

java.lang.Object
  extended by com.ptc.core.ca.co.client.table.CoDefaultRowModel
All Implemented Interfaces:
CoInstanceHolderModel, CoModel, CoRowModel, Externalizable, Serializable
Direct Known Subclasses:
CoDefaultTreeNodeModel

Deprecated.

@Deprecated
public class CoDefaultRowModel
extends Object
implements CoRowModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.table.CoRowModel
CELLS, SELECTABLE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolderModel
INSTANCE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getCells()
          Deprecated. Gets the value of the attribute: cells; the list of elements in the cells - one element per cell.
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 CoInstance getInstance()
          Deprecated. Gets the value of the attribute: instance; I*E element wrapped into CoInstance object.
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 boolean isSelectable()
          Deprecated. Gets the value of the attribute: selectable; the status indicating whether the table is selectable.
 void setCells(ArrayList a_Cells)
          Deprecated. Sets the value of the attribute: cells; the list of elements in the cells - one element per cell.
 void setElement(CoModelDriven a_Element)
          Deprecated. Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void setInstance(CoInstance a_Instance)
          Deprecated. Sets the value of the attribute: instance; I*E element wrapped into CoInstance object.
 void setSelectable(boolean a_Selectable)
          Deprecated. Sets the value of the attribute: selectable; the status indicating whether the table is selectable.
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Parameters:
envData -
Throws:
WTException

getCells

public ArrayList getCells()
Deprecated. 
Gets the value of the attribute: cells; the list of elements in the cells - one element per cell.

Supported API: true

Specified by:
getCells in interface CoRowModel
Returns:
ArrayList

setCells

public void setCells(ArrayList a_Cells)
Deprecated. 
Sets the value of the attribute: cells; the list of elements in the cells - one element per cell.

Supported API: true

Specified by:
setCells in interface CoRowModel
Parameters:
a_Cells -

isSelectable

public boolean isSelectable()
Deprecated. 
Gets the value of the attribute: selectable; the status indicating whether the table is selectable.

Supported API: true

Specified by:
isSelectable in interface CoRowModel
Returns:
boolean

setSelectable

public void setSelectable(boolean a_Selectable)
Deprecated. 
Sets the value of the attribute: selectable; the status indicating whether the table is selectable.

Supported API: true

Specified by:
setSelectable in interface CoRowModel
Parameters:
a_Selectable -

getInstance

public CoInstance getInstance()
Deprecated. 
Gets the value of the attribute: instance; I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

Specified by:
getInstance in interface CoInstanceHolderModel
Returns:
CoInstance

setInstance

public void setInstance(CoInstance a_Instance)
Deprecated. 
Sets the value of the attribute: instance; I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

Specified by:
setInstance in interface CoInstanceHolderModel
Parameters:
a_Instance -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public void setElement(CoModelDriven a_Element)
Deprecated. 
Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
setElement in interface CoModel
Parameters:
a_Element -