com.ptc.core.ca.co.client.table
Class CoDefaultSimpleTableModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.table.CoDefaultSimpleTableModel
All Implemented Interfaces:
CoActionListHolderModel, CoComponentModel, CoFacePlateHolderModel, CoFooterHolderModel, CoInstanceListHolderModel, CoModel, CoSelectorModel, CoSimpleTableModel, CoTableLookLikeModel, CoTableModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultSimpleTableModel
extends Object
implements CoSimpleTableModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

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

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Parameters:
envData -
Throws:
WTException

getLabel

public String getLabel()
Deprecated. 
Gets the value of the attribute: label; the label

Supported API: true

Specified by:
getLabel in interface CoFacePlateHolderModel
Returns:
String

setLabel

public void setLabel(String a_Label)
Deprecated. 
Sets the value of the attribute: label; the label

Supported API: true

Specified by:
setLabel in interface CoFacePlateHolderModel
Parameters:
a_Label -

getToolTip

public String getToolTip()
Deprecated. 
Gets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
getToolTip in interface CoFacePlateHolderModel
Returns:
String

setToolTip

public void setToolTip(String a_ToolTip)
Deprecated. 
Sets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
setToolTip in interface CoFacePlateHolderModel
Parameters:
a_ToolTip -

getImage

public String getImage()
Deprecated. 
Gets the value of the attribute: image; the image

Supported API: true

Specified by:
getImage in interface CoFacePlateHolderModel
Returns:
String

setImage

public void setImage(String a_Image)
Deprecated. 
Sets the value of the attribute: image; the image

Supported API: true

Specified by:
setImage in interface CoFacePlateHolderModel
Parameters:
a_Image -

getFacePlateType

public CoFacePlateType getFacePlateType()
Deprecated. 
Gets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
getFacePlateType in interface CoFacePlateHolderModel
Returns:
CoFacePlateType

setFacePlateType

public void setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. 
Sets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
setFacePlateType in interface CoFacePlateHolderModel
Parameters:
a_FacePlateType -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public 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

Specified by:
setElement in interface CoModel
Parameters:
a_Element -

getActionList

public CoActionList getActionList()
Deprecated. 
Gets the value of the attribute: actionList; A reference to an action list element.

Supported API: true

Specified by:
getActionList in interface CoActionListHolderModel
Returns:
CoActionList

setActionList

public void setActionList(CoActionList a_ActionList)
Deprecated. 
Sets the value of the attribute: actionList; A reference to an action list element.

Supported API: true

Specified by:
setActionList in interface CoActionListHolderModel
Parameters:
a_ActionList -

getColumns

public ArrayList getColumns()
Deprecated. 
Gets the value of the attribute: columns; the list of column elements

Supported API: true

Specified by:
getColumns in interface CoTableModel
Returns:
ArrayList

setColumns

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

Supported API: true

Specified by:
setColumns in interface CoTableModel
Parameters:
a_Columns -

getRows

public ArrayList getRows()
Deprecated. 
Gets the value of the attribute: rows; the list of row elements

Supported API: true

Specified by:
getRows in interface CoTableModel
Returns:
ArrayList

setRows

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

Supported API: true

Specified by:
setRows in interface CoTableModel
Parameters:
a_Rows -

getSelectorType

public CoSelectorType getSelectorType()
Deprecated. 
Gets the value of the attribute: selectorType; the type of selector the element is configured to support.

Supported API: true

Specified by:
getSelectorType in interface CoSelectorModel
Returns:
CoSelectorType

setSelectorType

public void setSelectorType(CoSelectorType a_SelectorType)
Deprecated. 
Sets the value of the attribute: selectorType; the type of selector the element is configured to support.

Supported API: true

Specified by:
setSelectorType in interface CoSelectorModel
Parameters:
a_SelectorType -

isExpanded

public boolean isExpanded()
Deprecated. 
Gets the value of the attribute: expanded; the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

Specified by:
isExpanded in interface CoComponentModel
Returns:
boolean

setExpanded

public void setExpanded(boolean a_Expanded)
Deprecated. 
Sets the value of the attribute: expanded; the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

Specified by:
setExpanded in interface CoComponentModel
Parameters:
a_Expanded -

isWasExpanded

public boolean isWasExpanded()
Deprecated. 
Gets the value of the attribute: wasExpanded; the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

Specified by:
isWasExpanded in interface CoComponentModel
Returns:
boolean

setWasExpanded

public void setWasExpanded(boolean a_WasExpanded)
Deprecated. 
Sets the value of the attribute: wasExpanded; the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

Specified by:
setWasExpanded in interface CoComponentModel
Parameters:
a_WasExpanded -

getInstanceList

public ArrayList getInstanceList()
Deprecated. 
Gets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

Specified by:
getInstanceList in interface CoInstanceListHolderModel
Returns:
ArrayList

setInstanceList

public void setInstanceList(ArrayList a_InstanceList)
Deprecated. 
Sets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

Specified by:
setInstanceList in interface CoInstanceListHolderModel
Parameters:
a_InstanceList -

getFooter

public CoSimpleLayout getFooter()
Deprecated. 
Gets the value of the attribute: footer; the footer

Supported API: true

Specified by:
getFooter in interface CoFooterHolderModel
Returns:
CoSimpleLayout

setFooter

public void setFooter(CoSimpleLayout a_Footer)
Deprecated. 
Sets the value of the attribute: footer; the footer

Supported API: true

Specified by:
setFooter in interface CoFooterHolderModel
Parameters:
a_Footer -

getRowIndex

public int getRowIndex()
Deprecated. 
Gets the value of the attribute: rowIndex; the index of the row being drawn

Supported API: true

Specified by:
getRowIndex in interface CoTableLookLikeModel
Returns:
int

setRowIndex

public void setRowIndex(int a_RowIndex)
Deprecated. 
Sets the value of the attribute: rowIndex; the index of the row being drawn

Supported API: true

Specified by:
setRowIndex in interface CoTableLookLikeModel
Parameters:
a_RowIndex -