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

java.lang.Object
  extended by com.ptc.core.ca.co.client.table.CoDefaultCompositeTableModel
All Implemented Interfaces:
CoComponentModel, CoCompositeComponentModel, CoFooterHolderModel, CoInstanceListHolderModel, CoModel, CoSelectorModel, CoCompositeTableModel, CoTableLookLikeModel, CoTableModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultCompositeTableModel
extends Object
implements CoCompositeTableModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
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
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoCompositeComponentModel
HEADER_LAYOUT, TOP_LAYOUT
 
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
 
Method Summary
 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
 CoSimpleLayout getFooter()
          Deprecated. Gets the value of the attribute: footer; the footer

Supported API: true
 CoSimpleLayout getHeaderLayout()
          Deprecated. Gets the value of the attribute: headerLayout; the header layout of the composite component.
 ArrayList getInstanceList()
          Deprecated. Gets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects.
 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.
 CoSimpleLayout getTopLayout()
          Deprecated. Gets the value of the attribute: topLayout; the top layout of the composite component.
 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 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 setFooter(CoSimpleLayout a_Footer)
          Deprecated. Sets the value of the attribute: footer; the footer

Supported API: true
 void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
          Deprecated. Sets the value of the attribute: headerLayout; the header layout of the composite component.
 void setInstanceList(ArrayList a_InstanceList)
          Deprecated. Sets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects.
 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 setTopLayout(CoSimpleLayout a_TopLayout)
          Deprecated. Sets the value of the attribute: topLayout; the top layout of the composite component.
 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

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 -

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 -

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 -

getHeaderLayout

public CoSimpleLayout getHeaderLayout()
Deprecated. 
Gets the value of the attribute: headerLayout; the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

Specified by:
getHeaderLayout in interface CoCompositeComponentModel
Returns:
CoSimpleLayout

setHeaderLayout

public void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. 
Sets the value of the attribute: headerLayout; the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

Specified by:
setHeaderLayout in interface CoCompositeComponentModel
Parameters:
a_HeaderLayout -

getTopLayout

public CoSimpleLayout getTopLayout()
Deprecated. 
Gets the value of the attribute: topLayout; the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

Specified by:
getTopLayout in interface CoCompositeComponentModel
Returns:
CoSimpleLayout

setTopLayout

public void setTopLayout(CoSimpleLayout a_TopLayout)
Deprecated. 
Sets the value of the attribute: topLayout; the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

Specified by:
setTopLayout in interface CoCompositeComponentModel
Parameters:
a_TopLayout -