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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ptc.core.htmlcomp.tableview.ConfigurableTable
ConfigurableTable.ContextTypeForCustomize -
Field Summary
Fields inherited from class com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
ALL_REV_ITER_KEY, LATEST_REV_ITER_KEYFields inherited from interface com.ptc.core.htmlcomp.tableview.ConfigurableTable
TABLE_TITLE -
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
getMessageSource, isFreezable, isMappingEnabledMethods inherited from class com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
canAttributeBeUsedInFilter, getActionStatusAttrDef, getAdvRevisionAllCriterion, getAdvRevisionAttrDef, getAdvRevisionLatestCriterion, getAdvVersionAllCriterion, getAdvVersionAttrDef, getAdvVersionLatestCriterion, getAttributeOnlyClassTypes, getChangeStatusAttrDef, getContextProperties, getContextProperty, getLocalStatusAttrDef, getMessageStatusAttrDef, getNewOrganizationAttrDef, getOrganizationAttrDef, getRuntimeTableView, getSandboxStatusAttrDef, getServerStatusAttrDef, getStatusColumnsAttributeDefinitions, getStatusColumnsAttributeDefinitions, getStatusColumnsTableColumnDefinitions, getStatusColumnsTableColumnDefinitions, getViewResourceEntryKey, getWsContentStatusAttrDef, isAttributeValidForColumnStep, isAttributeValidForSortingStep, isColumnLocked, isDefaultSortingAscending, setContextProperties, setRuntimeTableView, showChooseItemTypesStep, showFilteringStep, showSetColumnsStep, showSetNameStep, showSortingStep, useBusinessFieldsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.htmlcomp.tableview.ConfigurableTable
canAttributeBeUsedInFilter, getAttributeOnlyClassTypes, getContextProperties, getContextProperty, getContextTypeForTableView, isAttributeValidForColumnStep, isAttributeValidForSortingStep, isColumnLocked, isDefaultSortingAscending, isLocalAttributesSupported, setContextProperties, showChooseItemTypesStep, showFilteringStep, showSetColumnsStep, showSetNameStep, showSortingStep, useBusinessFields
-
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.
-