|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.table.CoDefaultRowModel
@Deprecated public class CoDefaultRowModel
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.table.CoRowModel |
|---|
CELLS, 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; the list of elements in the cells - one element per cell. |
CoModelDriven |
getElement()
Deprecated. Gets the object for the association that plays role: element; the element this model belongs to Supported API: true |
CoInstance |
getInstance()
Deprecated. Gets the value of the attribute: instance; I*E element wrapped into CoInstance object. |
void |
init(CoEnvData envData)
Deprecated. The method responsible for the initialization of the model. |
boolean |
isSelectable()
Deprecated. Gets the value of the attribute: selectable; the status indicating whether the table is selectable. |
void |
setCells(ArrayList a_Cells)
Deprecated. Sets the value of the attribute: cells; the list of elements in the cells - one element per cell. |
void |
setElement(CoModelDriven a_Element)
Deprecated. Sets the object for the association that plays role: element; the element this model belongs to Supported API: true |
void |
setInstance(CoInstance a_Instance)
Deprecated. Sets the value of the attribute: instance; I*E element wrapped into CoInstance object. |
void |
setSelectable(boolean a_Selectable)
Deprecated. Sets the value of the attribute: selectable; the status indicating whether the table is selectable. |
void |
update(CoEnvData envData)
Deprecated. The method responsible for the update of the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void init(CoEnvData envData)
throws WTException
init in interface CoModelenvData -
WTException
public void update(CoEnvData envData)
throws WTException
update in interface CoModelenvData -
WTExceptionpublic ArrayList getCells()
getCells in interface CoRowModelpublic void setCells(ArrayList a_Cells)
setCells in interface CoRowModela_Cells - public boolean isSelectable()
isSelectable in interface CoRowModelpublic void setSelectable(boolean a_Selectable)
setSelectable in interface CoRowModela_Selectable - public CoInstance getInstance()
CoInstance object. The element that owns this model represents
wrapped I*E element.
getInstance in interface CoInstanceHolderModelpublic void setInstance(CoInstance a_Instance)
CoInstance object. The element that owns this model represents
wrapped I*E element.
setInstance in interface CoInstanceHolderModela_Instance - public CoModelDriven getElement()
getElement in interface CoModelpublic void setElement(CoModelDriven a_Element)
setElement in interface CoModela_Element -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||