|
|||||||||
| 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.CoDefaultCompositeTableModel
@Deprecated public class CoDefaultCompositeTableModel
Supported API: true
Extendable: false
| 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 |
|---|
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 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 CoModelDriven getElement()
getElement in interface CoModelpublic void setElement(CoModelDriven a_Element)
setElement in interface CoModela_Element - 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 - public CoSimpleLayout getHeaderLayout()
getHeaderLayout in interface CoCompositeComponentModelpublic void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
setHeaderLayout in interface CoCompositeComponentModela_HeaderLayout - public CoSimpleLayout getTopLayout()
getTopLayout in interface CoCompositeComponentModelpublic void setTopLayout(CoSimpleLayout a_TopLayout)
setTopLayout in interface CoCompositeComponentModela_TopLayout -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||