Package wt.templateutil.table
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
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnName(String attribute) Deprecated.Deprecated.Deprecated.voidDeprecated.voidsetRowDataObjects(Vector a_RowDataObjects) Deprecated.voidsetTableColumns(Vector a_TableColumns) Deprecated.
-
Method Details
-
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
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
Deprecated.Gets the value of the attribute: tableColumns; tableColumn holds list of names (attributes) that represent the columns
Supported API: true- Returns:
- Vector
-
setTableColumns
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
Deprecated.Sets the value of the attribute: locale; locale holds user locale information.
Supported API: true- Parameters:
newLocale-
-
getColumnName
Deprecated.Returns name of the HTML table column for the attribute name passed in as input parameter.
Supported API: true- Parameters:
attribute-- Returns:
- String
-