Class ProjectProblemReportsTableViews
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.list.AbstractListChangeItemTableViews
com.ptc.windchill.enterprise.change2.tableViews.list.ListProblemReportsTableViews
com.ptc.windchill.enterprise.change2.tableViews.list.ProjectProblemReportsTableViews
- 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 Problem Reports table under the Project
change tab.
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.list.AbstractListChangeItemTableViews
ALL_OPEN, CLOSED_90_DAYS, CREATED_BY_ME_VIEW, CURRENT_USER, DAYS_AGO_END, DAYS_AGO_START, LAST_30_DAYS, LAST_7_DAYS, LAST_90_DAYSFields 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 TypeMethodDescriptionprotected StringgetDefaultViewDescription(String viewName) Provide the description for the Problem Reports table in the project.Methods inherited from class com.ptc.windchill.enterprise.change2.tableViews.list.ListProblemReportsTableViews
getClassTypes, getDefaultColumns, getLabel, getOOTBActiveViewName, getOOTBViewName, getSpecialTableColumnsAttrDefinitionMethods inherited from class com.ptc.windchill.enterprise.change2.tableViews.list.AbstractListChangeItemTableViews
createColumnList, getConstraints, getDaysAgoCriteriaString, getDefaultColumns, getDefaultSortColumn, getGeneratedDefaultViewDescription, getGeneratedDefaultViewDescription, getGeneratedViewName, getLockedColumns, getNonResolvedCriteria, getOOTBTableViews, getResolutionMethodExists, isAttributeValidForColumnStep, isAttributeValidForSortingStepMethods inherited from class com.ptc.windchill.enterprise.change2.tableViews.ChangeTableViews
createCommonTableViews, createTableView, createTableView, getChangeableClasses, getChangeableClassesSet, getChangeSpecialTableColumns, getCriteria, getInitialCriteria, getObjTypeKey, getTableId, getTableViewDescriptor, 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, 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, isDefaultSortingAscending, isLocalAttributesSupported, setContextProperties, showChooseItemTypesStep, showFilteringStep, showSetColumnsStep, showSetNameStep, showSortingStep, useBusinessFields
-
Method Details
-
getDefaultViewDescription
Provide the description for the Problem Reports table in the project.
Supported API: true- Overrides:
getDefaultViewDescriptionin classListProblemReportsTableViews- Parameters:
viewName- The locale for the description.- Returns:
- String The default description for the view.
-