Class RowDataTableModel

java.lang.Object
wt.templateutil.table.RowDataTableModel
All Implemented Interfaces:
TableModel, AddColumn, ColumnIdentifier, TableHeaderSetter, TableModelStub
Direct Known Subclasses:
TreeTableModel

public class RowDataTableModel extends Object implements TableModelStub, AddColumn, TableHeaderSetter
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

    • getRowDataObjects

      public Vector getRowDataObjects()
      Deprecated.
      Gets the value of the attribute: rowDataObjects; rowDataObjects holds the list of objects that represents the table row.

      Supported API: true
      Returns:
      Vector
    • setRowDataObjects

      public void setRowDataObjects(Vector a_RowDataObjects)
      Deprecated.
      Sets the value of the attribute: rowDataObjects; rowDataObjects holds the list of objects that represents the table row.

      Supported API: true
      Parameters:
      a_RowDataObjects -
    • getTableColumns

      public Vector getTableColumns()
      Deprecated.
      Gets the value of the attribute: tableColumns; tableColumn holds list of names (attributes) that represent the columns

      Supported API: true
      Returns:
      Vector
    • setTableColumns

      public void setTableColumns(Vector a_TableColumns)
      Deprecated.
      Sets the value of the attribute: tableColumns; tableColumn holds list of names (attributes) that represent the columns

      Supported API: true
      Parameters:
      a_TableColumns -
    • setLocale

      public void setLocale(Locale newLocale)
      Deprecated.
      Sets the value of the attribute: locale; locale holds user locale information.

      Supported API: true
      Parameters:
      newLocale -
    • getColumnName

      public String getColumnName(String attribute)
      Deprecated.
      Returns name of the HTML table column for the attribute name passed in as input parameter.

      Supported API: true
      Parameters:
      attribute -
      Returns:
      String