Class AssociatedChangeRequestsTableViews
java.lang.Object
com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
com.ptc.core.htmlcomp.components.JCAConfigurableTable
com.ptc.windchill.enterprise.change2.tableViews.ChangeTableViews
com.ptc.windchill.enterprise.change2.tableViews.AssociatedChangeRequestsTableViews
- 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 Associated Changes.
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.windchill.enterprise.change2.tableViews.ChangeTableViews
ALL_VIEW, CADDOC_VIEW, CHOICE_VIEW, criteria, DOCUMENTS_VIEW, DYNAMICDOC_VIEW, NOTES_VIEW, OPTIONSET_VIEW, PARTS_VIEW, PROCESSPLAN_VIEW, REQUIREMENTS_VIEW, RESOURCE_VIEW, tableId, VARSPEC_VIEWFields 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 to get the label for the table views.Retrieve the locked columns for the table view.getOOTBTableViews(String tableId, Locale locale) Sets the default table view and returns a list of out of the box table views.List<?> Method get special table columns attribute definitions.Methods inherited from class com.ptc.windchill.enterprise.change2.tableViews.ChangeTableViews
canAttributeBeUsedInFilter, createColumnList, createCommonTableViews, createTableView, createTableView, getChangeableClasses, getChangeableClassesSet, getChangeSpecialTableColumns, getCriteria, getDefaultSortColumn, getDefaultViewDescription, getInitialCriteria, getObjTypeKey, getOOTBActiveViewName, getTableId, getTableViewDescriptor, isAttributeValidForColumnStep, isColumnLocked, setCriteria, setDefaultSortColumnOrder, setTableIdMethods 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, isAttributeValidForSortingStep, 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, isAttributeValidForSortingStep, 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- Specified by:
getClassTypesin interfaceConfigurableTable- Specified by:
getClassTypesin classChangeTableViews- Returns:
- Class[] Returns an Array of Class types for the table views.
-
getOOTBTableViews
Sets the default table view and returns a list of out of the box table views.
Supported API: true- Specified by:
getOOTBTableViewsin interfaceConfigurableTable- Specified by:
getOOTBTableViewsin classChangeTableViews- 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- Specified by:
getSpecialTableColumnsAttrDefinitionin interfaceConfigurableTable- Overrides:
getSpecialTableColumnsAttrDefinitionin classChangeTableViews- Parameters:
locale- Passes in the locale- Returns:
- List Returns a list of attribute definitions.
-
getLabel
Method to get the label for the table views.
Supported API: true- Specified by:
getLabelin interfaceConfigurableTable- Specified by:
getLabelin classChangeTableViews- Parameters:
locale- Passes in the Locale- Returns:
- String Returns the label for the table views.
-
getLockedColumns
Retrieve the locked columns for the table view.
Supported API: true- Specified by:
getLockedColumnsin classChangeTableViews- Returns:
- List
List of locked column Ids
-