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

All Superinterfaces:
CoComponentModel, CoFooterHolderModel, CoInstanceListHolderModel, CoModel, CoSelectorModel, CoTableLookLikeModel
All Known Subinterfaces:
CoCompositeTableModel, CoSimpleTableModel
All Known Implementing Classes:
CoDefaultCompositeTableModel, CoDefaultSimpleTableModel

Deprecated.

@Deprecated
public interface CoTableModel
extends CoSelectorModel, CoComponentModel, CoInstanceListHolderModel, CoFooterHolderModel, CoTableLookLikeModel

The interface every model of a table implements.

Supported API: true

Extendable: false


Field Summary
static String COLUMNS
          Deprecated. Label for the attribute; the list of column elements

Supported API: true
static String ROWS
          Deprecated. Label for the attribute; the list of row elements

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.selection.CoSelectorModel
SELECTOR_TYPE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
EXPANDED, WAS_EXPANDED
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoInstanceListHolderModel
INSTANCE_LIST
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFooterHolderModel
FOOTER
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.table.CoTableLookLikeModel
ROW_INDEX
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getColumns()
          Deprecated. Gets the value of the attribute: COLUMNS.
 ArrayList getRows()
          Deprecated. Gets the value of the attribute: ROWS.
 void setColumns(ArrayList a_Columns)
          Deprecated. Sets the value of the attribute: COLUMNS.
 void setRows(ArrayList a_Rows)
          Deprecated. Sets the value of the attribute: ROWS.
 
Methods inherited from interface com.ptc.core.ca.co.client.selection.CoSelectorModel
getSelectorType, setSelectorType
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
Methods inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
isExpanded, isWasExpanded, setExpanded, setWasExpanded
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoInstanceListHolderModel
getInstanceList, setInstanceList
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFooterHolderModel
getFooter, setFooter
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
Methods inherited from interface com.ptc.core.ca.co.client.table.CoTableLookLikeModel
getRowIndex, setRowIndex
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

COLUMNS

static final String COLUMNS
Deprecated. 
Label for the attribute; the list of column elements

Supported API: true

See Also:
Constant Field Values

ROWS

static final String ROWS
Deprecated. 
Label for the attribute; the list of row elements

Supported API: true

See Also:
Constant Field Values
Method Detail

getColumns

ArrayList getColumns()
Deprecated. 
Gets the value of the attribute: COLUMNS. the list of column elements

Supported API: true

Returns:
ArrayList

setColumns

void setColumns(ArrayList a_Columns)
Deprecated. 
Sets the value of the attribute: COLUMNS. the list of column elements

Supported API: true

Parameters:
a_Columns -

getRows

ArrayList getRows()
Deprecated. 
Gets the value of the attribute: ROWS. the list of row elements

Supported API: true

Returns:
ArrayList

setRows

void setRows(ArrayList a_Rows)
Deprecated. 
Sets the value of the attribute: ROWS. the list of row elements

Supported API: true

Parameters:
a_Rows -