|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoRowModel
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 |
|---|
static final String CELLS
static final String SELECTABLE
| Method Detail |
|---|
ArrayList getCells()
void setCells(ArrayList a_Cells)
a_Cells - boolean isSelectable()
void setSelectable(boolean a_Selectable)
a_Selectable -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||