Class AddComponentResultsTableView
java.lang.Object
com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
com.ptc.core.htmlcomp.components.JCAConfigurableTable
com.ptc.windchill.enterprise.workSet.views.AddComponentResultsTableView
- All Implemented Interfaces:
com.ptc.core.htmlcomp.components.JCAMappable,ConfigurableTable,com.ptc.core.htmlcomp.tableview.FreezableConfigurableTable,com.ptc.core.htmlcomp.tableview.RuntimeTableViewHolder
The default search result view for the Work Set component item picker.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionClass[]The default view for the Work Set component item picker search result supports allChangeable2.The default sort column is the number column.The default view is the out of the box active view for the Work Set component item picker search result.getOOTBTableViews(String tableId, Locale locale) Creates one default view for the Work Set component item picker search result.There are no special table columns in the default view for the Work Set component item picker search result.Methods inherited from class com.ptc.core.htmlcomp.components.JCAConfigurableTable
isMappingEnabled
-
Method Details
-
getClassTypes
The default view for the Work Set component item picker search result supports allChangeable2.
Supported API: true- Returns:
- an array of class types for the view.
-
getDefaultSortColumn
The default sort column is the number column.
Supported API: true- Returns:
- number column identifier.
-
getOOTBActiveViewName
The default view is the out of the box active view for the Work Set component item picker search result.
Supported API: true- Returns:
- the name of the default view.
-
getOOTBTableViews
Creates one default view for the Work Set component item picker search result.
Supported API: true- Parameters:
tableId-locale-- Returns:
- the list of views.
- Throws:
WTException
-
getSpecialTableColumnsAttrDefinition
There are no special table columns in the default view for the Work Set component item picker search result.
Supported API: true- Parameters:
locale-- Returns:
- the list of special columns in a view.
-