Class UpdateDocumentTableModel

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

public class UpdateDocumentTableModel extends AssociationTableModel
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
  • Method Details

    • 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
      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 TableModel
      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