com.ptc.core.ca.co.client.table
Interface CoRowModel

All Superinterfaces:
CoInstanceHolderModel, CoModel
All Known Subinterfaces:
CoTreeNodeModel
All Known Implementing Classes:
CoDefaultRowModel, CoDefaultTreeNodeModel

Deprecated.

@Deprecated
public interface CoRowModel
extends CoInstanceHolderModel

The interface a model of the row element implements.

Supported API: true

Extendable: false


Field Summary
static String CELLS
          Deprecated. Label for the attribute; the list of elements in the cells - one element per cell.
static String SELECTABLE
          Deprecated. Label for the attribute; the status indicating whether the table is 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.
 boolean isSelectable()
          Deprecated. Gets the value of the attribute: SELECTABLE.
 void setCells(ArrayList a_Cells)
          Deprecated. Sets the value of the attribute: CELLS.
 void setSelectable(boolean a_Selectable)
          Deprecated. Sets the value of the attribute: SELECTABLE.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolderModel
getInstance, setInstance
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

CELLS

static final String CELLS
Deprecated. 
Label for the attribute; the list of elements in the cells - one element per cell.

Supported API: true

See Also:
Constant Field Values

SELECTABLE

static final String SELECTABLE
Deprecated. 
Label for the attribute; the status indicating whether the table is selectable.

Supported API: true

See Also:
Constant Field Values
Method Detail

getCells

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

Supported API: true

Returns:
ArrayList

setCells

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

Parameters:
a_Cells -

isSelectable

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

Supported API: true

Returns:
boolean

setSelectable

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

Supported API: true

Parameters:
a_Selectable -