Package wt.templateutil.table
Class UpdateDocumentTableModel
java.lang.Object
wt.templateutil.table.AssociationTableModel
wt.templateutil.table.UpdateDocumentTableModel
- All Implemented Interfaces:
TableModel,AddColumn,ColumnIdentifier,TableHeaderSetter,TableModelStub
Deprecated.
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionint[]Deprecated.Deprecated.getValueAt(int rowIndex, int columnIndex) Deprecated.booleanisCellEditable(int rowIndex, int columnIndex) Deprecated.voidsetCheckboxColumn(String type) Deprecated.voidsetIndexArray(int[] a_IndexArray) Deprecated.voidsetUpdateable(Vector a_Updateable) Deprecated.
-
Method Details
-
getUpdateable
Deprecated.Gets the value of the attribute: updateable.
Supported API: true- Returns:
- Vector
-
setUpdateable
Deprecated.Sets the value of the attribute: updateable.
Supported API: true- Parameters:
a_Updateable-
-
getIndexArray
public int[] getIndexArray()Deprecated.Gets the value of the attribute: indexArray.
Supported API: true- Returns:
- int[]
-
setIndexArray
public void setIndexArray(int[] a_IndexArray) Deprecated.Sets the value of the attribute: indexArray.
Supported API: true- Parameters:
a_IndexArray-
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) Deprecated.
Supported API: true- Specified by:
isCellEditablein interfaceTableModel- Specified by:
isCellEditablein interfaceTableModelStub- Overrides:
isCellEditablein classAssociationTableModel- Parameters:
rowIndex-columnIndex-- Returns:
- boolean
-
getValueAt
Deprecated.
Supported API: true- Specified by:
getValueAtin interfaceTableModel- Specified by:
getValueAtin interfaceTableModelStub- Overrides:
getValueAtin classAssociationTableModel- Parameters:
rowIndex-columnIndex-- Returns:
- Object
-
setCheckboxColumn
Deprecated.
Supported API: true- Parameters:
type-- Throws:
WTException
-