wt.templateutil.table
Class UpdateDocumentTableModel

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

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


Field Summary
private static String CLASSNAME
          Deprecated.  
private  int[] indexArray
          Deprecated.  
private static String RESOURCE
          Deprecated.  
private  Vector updateable
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
 
Fields inherited from class wt.templateutil.table.AssociationTableModel
COLUMNTYPE, combinedColumns, LINK, OTHERSIDE
 
Constructor Summary
UpdateDocumentTableModel()
          Deprecated.  
 
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 wt.templateutil.table.AssociationTableModel
addColumn, addTableModelListener, getColumnClass, getColumnCount, getColumnName, getColumnName, getIdentifier, getLinkClassName, getLinkColumns, getLinkObject, getLinkObjects, getLocale, getMode, getOtherSideClass, getOtherSideColumns, getOtherSideObject, getOtherSideObjects, getQueryResults, getRole, getRowCount, getSetValues, getWtAttribute, newWTAttribute, removeTableModelListener, setHeaderFromResource, setHeaderFromTargetClass, setLinkCheckboxColumn, setLinkClassName, setLinkColumns, setLinkObjects, setLinkRowContextObject, setLocale, setMode, setOtherSideClass, setOtherSideColumns, setOtherSideObjects, setQueryResults, setResultVector, setRole, setSetValues, setValueAt, setWtAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

updateable

private Vector updateable
Deprecated. 

indexArray

private int[] indexArray
Deprecated. 

VERBOSE

private static boolean VERBOSE
Deprecated. 
Constructor Detail

UpdateDocumentTableModel

public UpdateDocumentTableModel()
Deprecated. 
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 TableModelStub
Overrides:
isCellEditable in class AssociationTableModel
Parameters:
rowIndex -
columnIndex -
Returns:
boolean

getValueAt

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



Supported API: true

Specified by:
getValueAt in interface TableModelStub
Overrides:
getValueAt in class AssociationTableModel
Parameters:
rowIndex -
columnIndex -
Returns:
Object

setCheckboxColumn

public void setCheckboxColumn(String type)
                       throws WTException
Deprecated.  



Supported API: true

Parameters:
type -
Throws:
WTException