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.element.CoModel |
ELEMENT |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
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
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 -