wt.templateutil.table
Class UpdateDocumentTableModel

java.lang.Object
  extended by wt.templateutil.table.AssociationTableModel
      extended by wt.templateutil.table.UpdateDocumentTableModel
All Implemented Interfaces:
TableModel, AddColumn, ColumnIdentifier, TableHeaderSetter, TableModelStub

Deprecated.

public class UpdateDocumentTableModel
extends AssociationTableModel

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


Method Summary
 int[] getIndexArray()
          Deprecated.  
 Vector getUpdateable()
          Deprecated.  
 Object getValueAt(int rowIndex, int columnIndex)
          Deprecated.  
 boolean isCellEditable(int rowIndex, int columnIndex)
          Deprecated.  
 void setCheckboxColumn(String type)
          Deprecated.  
 void setIndexArray(int[] a_IndexArray)
          Deprecated.  
 void setUpdateable(Vector a_Updateable)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUpdateable

public Vector getUpdateable()
Deprecated. 

Gets the value of the attribute: updateable.

Supported API: true

Returns:
Vector

setUpdateable

public void setUpdateable(Vector a_Updateable)
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:
isCellEditable in interface TableModel
Specified by:
isCellEditable in interface TableModelStub
Parameters:
rowIndex -
columnIndex -
Returns:
boolean

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)
Deprecated. 



Supported API: true

Specified by:
getValueAt in interface TableModel
Specified by:
getValueAt in interface TableModelStub
Parameters:
rowIndex -
columnIndex -
Returns:
Object

setCheckboxColumn

public void setCheckboxColumn(String type)
                       throws WTException
Deprecated. 



Supported API: true

Parameters:
type -
Throws:
WTException