|
|||||||||
| 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.CoDefaultSimpleTableModel
@Deprecated public class CoDefaultSimpleTableModel
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel |
|---|
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
ELEMENT |
| Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionListHolderModel |
|---|
ACTION_LIST |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
ELEMENT |
| Fields inherited from interface com.ptc.core.ca.co.client.table.CoTableModel |
|---|
COLUMNS, ROWS |
| 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 | |
|---|---|
CoActionList |
getActionList()
Deprecated. Gets the value of the attribute: actionList; A reference to an action list element. |
ArrayList |
getColumns()
Deprecated. Gets the value of the attribute: columns; the list of column elements Supported API: true |
CoModelDriven |
getElement()
Deprecated. Gets the object for the association that plays role: element; the element this model belongs to Supported API: true |
CoFacePlateType |
getFacePlateType()
Deprecated. Gets the value of the attribute: facePlateType; the image Supported API: true |
CoSimpleLayout |
getFooter()
Deprecated. Gets the value of the attribute: footer; the footer Supported API: true |
String |
getImage()
Deprecated. Gets the value of the attribute: image; the image Supported API: true |
ArrayList |
getInstanceList()
Deprecated. Gets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects. |
String |
getLabel()
Deprecated. Gets the value of the attribute: label; the label Supported API: true |
int |
getRowIndex()
Deprecated. Gets the value of the attribute: rowIndex; the index of the row being drawn Supported API: true |
ArrayList |
getRows()
Deprecated. Gets the value of the attribute: rows; the list of row elements Supported API: true |
CoSelectorType |
getSelectorType()
Deprecated. Gets the value of the attribute: selectorType; the type of selector the element is configured to support. |
String |
getToolTip()
Deprecated. Gets the value of the attribute: toolTip; the tool tip Supported API: true |
void |
init(CoEnvData envData)
Deprecated. The method responsible for the initialization of the model. |
boolean |
isExpanded()
Deprecated. Gets the value of the attribute: expanded; the expansion status of the component. |
boolean |
isWasExpanded()
Deprecated. Gets the value of the attribute: wasExpanded; the expansion status of the component in the past. |
void |
setActionList(CoActionList a_ActionList)
Deprecated. Sets the value of the attribute: actionList; A reference to an action list element. |
void |
setColumns(ArrayList a_Columns)
Deprecated. Sets the value of the attribute: columns; the list of column elements Supported API: true |
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 |
setExpanded(boolean a_Expanded)
Deprecated. Sets the value of the attribute: expanded; the expansion status of the component. |
void |
setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. Sets the value of the attribute: facePlateType; the image Supported API: true |
void |
setFooter(CoSimpleLayout a_Footer)
Deprecated. Sets the value of the attribute: footer; the footer Supported API: true |
void |
setImage(String a_Image)
Deprecated. Sets the value of the attribute: image; the image Supported API: true |
void |
setInstanceList(ArrayList a_InstanceList)
Deprecated. Sets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects. |
void |
setLabel(String a_Label)
Deprecated. Sets the value of the attribute: label; the label Supported API: true |
void |
setRowIndex(int a_RowIndex)
Deprecated. Sets the value of the attribute: rowIndex; the index of the row being drawn Supported API: true |
void |
setRows(ArrayList a_Rows)
Deprecated. Sets the value of the attribute: rows; the list of row elements Supported API: true |
void |
setSelectorType(CoSelectorType a_SelectorType)
Deprecated. Sets the value of the attribute: selectorType; the type of selector the element is configured to support. |
void |
setToolTip(String a_ToolTip)
Deprecated. Sets the value of the attribute: toolTip; the tool tip Supported API: true |
void |
setWasExpanded(boolean a_WasExpanded)
Deprecated. Sets the value of the attribute: wasExpanded; the expansion status of the component in the past. |
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 String getLabel()
getLabel in interface CoFacePlateHolderModelpublic void setLabel(String a_Label)
setLabel in interface CoFacePlateHolderModela_Label - public String getToolTip()
getToolTip in interface CoFacePlateHolderModelpublic void setToolTip(String a_ToolTip)
setToolTip in interface CoFacePlateHolderModela_ToolTip - public String getImage()
getImage in interface CoFacePlateHolderModelpublic void setImage(String a_Image)
setImage in interface CoFacePlateHolderModela_Image - public CoFacePlateType getFacePlateType()
getFacePlateType in interface CoFacePlateHolderModelpublic void setFacePlateType(CoFacePlateType a_FacePlateType)
setFacePlateType in interface CoFacePlateHolderModela_FacePlateType - public CoModelDriven getElement()
getElement in interface CoModelpublic void setElement(CoModelDriven a_Element)
setElement in interface CoModela_Element - public CoActionList getActionList()
getActionList in interface CoActionListHolderModelpublic void setActionList(CoActionList a_ActionList)
setActionList in interface CoActionListHolderModela_ActionList - public ArrayList getColumns()
getColumns in interface CoTableModelpublic void setColumns(ArrayList a_Columns)
setColumns in interface CoTableModela_Columns - public ArrayList getRows()
getRows in interface CoTableModelpublic void setRows(ArrayList a_Rows)
setRows in interface CoTableModela_Rows - public CoSelectorType getSelectorType()
getSelectorType in interface CoSelectorModelpublic void setSelectorType(CoSelectorType a_SelectorType)
setSelectorType in interface CoSelectorModela_SelectorType - public boolean isExpanded()
isExpanded in interface CoComponentModelpublic void setExpanded(boolean a_Expanded)
setExpanded in interface CoComponentModela_Expanded - public boolean isWasExpanded()
isWasExpanded in interface CoComponentModelpublic void setWasExpanded(boolean a_WasExpanded)
setWasExpanded in interface CoComponentModela_WasExpanded - public ArrayList getInstanceList()
CoInstance objects. The element that owns
this model represents the list of wrapped I*E elements.
getInstanceList in interface CoInstanceListHolderModelpublic void setInstanceList(ArrayList a_InstanceList)
CoInstance objects. The element that owns
this model represents the list of wrapped I*E elements.
setInstanceList in interface CoInstanceListHolderModela_InstanceList - public CoSimpleLayout getFooter()
getFooter in interface CoFooterHolderModelpublic void setFooter(CoSimpleLayout a_Footer)
setFooter in interface CoFooterHolderModela_Footer - public int getRowIndex()
getRowIndex in interface CoTableLookLikeModelpublic void setRowIndex(int a_RowIndex)
setRowIndex in interface CoTableLookLikeModela_RowIndex -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||