Class ChangeWorkitemTableViews
java.lang.Object
com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
com.ptc.core.htmlcomp.components.JCAConfigurableTable
com.ptc.windchill.enterprise.workflow.mvc.tableViews.ChangeWorkitemTableViews
- All Implemented Interfaces:
com.ptc.core.htmlcomp.components.JCAMappable,ConfigurableTable,com.ptc.core.htmlcomp.tableview.FreezableConfigurableTable,com.ptc.core.htmlcomp.tableview.RuntimeTableViewHolder
Configures the default views for the change object work list.
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[]Method to get an Array of Class types for the table views.Method get default column for sort.Method to get the label for the table views.Method to get active table view.getOOTBTableViews(String tableId, Locale locale) Sets the default table view and returns a list of out of the box table views.Method get special table columns attribute definitions.Methods inherited from class com.ptc.core.htmlcomp.components.JCAConfigurableTable
getMessageSource, isFreezable, isMappingEnabledMethods inherited from class com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
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
getAttributeOnlyClassTypes, getContextProperties, getContextProperty, getContextTypeForTableView, isAttributeValidForColumnStep, isAttributeValidForSortingStep, isColumnLocked, isDefaultSortingAscending, isLocalAttributesSupported, setContextProperties, showChooseItemTypesStep, showFilteringStep, showSetColumnsStep, showSetNameStep, showSortingStep, useBusinessFields
-
Method Details
-
getClassTypes
Method to get an Array of Class types for the table views.
Supported API: true- Returns:
- Class[] Returns an Array of Class types for the table views.
-
getLabel
Method to get the label for the table views.
Supported API: true- Parameters:
locale- Passes in the Locale- Returns:
- String Returns the label for the table views.
-
getOOTBActiveViewName
Method to get active table view.
Supported API: true- Returns:
- String Return a active table view.
-
getOOTBTableViews
Sets the default table view and returns a list of out of the box table views.
Supported API: true- Parameters:
tableId- Passes in the table idlocale- Passes in the Locale- Returns:
- result Return a list of out of the box table views.
- Throws:
WTException- Error thrown during execution.
Supported API: true
-
getSpecialTableColumnsAttrDefinition
Method get special table columns attribute definitions.
Supported API: true- Parameters:
locale- Passes in the locale- Returns:
- List Returns a list of attribute definitions.
-
getDefaultSortColumn
Method get default column for sort.
Supported API: true- Parameters:
locale- Passes in the locale- Returns:
- String Return column name.
-