|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.SortedTableModel
public class SortedTableModel
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.
This class is a wrapper for an instance of the javax.swing.table.TableModel class that performs
sorting of the table data. It is used for PDMLink tables when sorting by
column is enabled.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
setModel(TableModel model)
Deprecated. |
void |
sortByColumn(int column,
boolean ascending)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setModel(TableModel model)
public void sortByColumn(int column,
boolean ascending)
column - number of the column to sort byascending - true if rows should be sorted in ascending order; false if in descending order
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||