|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.ColumnSortService
public class ColumnSortService
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 tracks a user's preferences for which column to use for sorting
a table and the order in which sorting should be done. It updates the user's
preference based on the formData of the current page and retrieves
preference information when sorting is to be done.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
ColumnSortService(HTTPState state)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getSortedColumnName(String tableName)
Deprecated. |
boolean |
isSortAscending(String tableName,
String columnName)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnSortService(HTTPState state)
throws WTException
HTTPState - HTTPState object associated with the current page
WTException| Method Detail |
|---|
public boolean isSortAscending(String tableName,
String columnName)
tableName - name of the table as returned by the HTMLComponent.getName() methodcolumnName - name of the column by which the table is sorted
public String getSortedColumnName(String tableName)
tableName - name of the table as returned by the HTMLComponent.getName() method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||