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

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositeTableModel, CoSimpleTableModel, CoTableModel, CoTreeModel
All Known Implementing Classes:
CoAbstractTreeModel, CoCompositeTreeModel, CoDefaultCompositeTableModel, CoDefaultCompositeTreeModel, CoDefaultSimpleTableModel

Deprecated.

@Deprecated
public interface CoTableLookLikeModel
extends CoModel



Supported API: true

Extendable: false


Field Summary
static String ROW_INDEX
          Deprecated. Label for the attribute; the index of the row being drawn

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 int getRowIndex()
          Deprecated. Gets the value of the attribute: ROW_INDEX.
 void setRowIndex(int a_RowIndex)
          Deprecated. Sets the value of the attribute: ROW_INDEX.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

ROW_INDEX

static final String ROW_INDEX
Deprecated. 
Label for the attribute; the index of the row being drawn

Supported API: true

See Also:
Constant Field Values
Method Detail

getRowIndex

int getRowIndex()
Deprecated. 
Gets the value of the attribute: ROW_INDEX. the index of the row being drawn

Supported API: true

Returns:
int

setRowIndex

void setRowIndex(int a_RowIndex)
Deprecated. 
Sets the value of the attribute: ROW_INDEX. the index of the row being drawn

Supported API: true

Parameters:
a_RowIndex -