Class ListChangeNoticesTableViews
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.ListChangeNoticesTableViews
- 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 Notices table under the 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 TypeMethodDescriptionClass[]Method to get an Array of Class types for the table views.protected StringgetDefaultViewDescription(String viewName) Provide the description for the default view.The current title of the table.The default out of the box active view name.getOOTBViewName(String viewName) The out of the box view name.Methods inherited from class com.ptc.windchill.enterprise.change2.tableViews.list.AbstractListChangeItemTableViews
canAttributeBeUsedInFilter, createColumnList, getConstraints, getDaysAgoCriteriaString, getDefaultColumns, getDefaultSortColumn, getGeneratedDefaultViewDescription, getGeneratedDefaultViewDescription, getGeneratedViewName, getLockedColumns, getNonResolvedCriteria, getOOTBTableViews, getResolutionMethodExists, getSpecialTableColumnsAttrDefinition, 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
-
getClassTypes
Method to get an Array of Class types for the table views.
Supported API: true- Specified by:
getClassTypesin interfaceConfigurableTable- Specified by:
getClassTypesin classAbstractListChangeItemTableViews- Returns:
- Class[] Returns an Array of Class types for the table views.
-
getDefaultViewDescription
Provide the description for the default view.
Supported API: true- Specified by:
getDefaultViewDescriptionin classAbstractListChangeItemTableViews- Parameters:
viewName- The locale for the description.- Returns:
- String The default description for the view.
-
getLabel
The current title of the table.
Supported API: true- Specified by:
getLabelin interfaceConfigurableTable- Specified by:
getLabelin classAbstractListChangeItemTableViews- Parameters:
locale-- Returns:
- the localized title of the table.
-
getOOTBActiveViewName
The default out of the box active view name. Set to "CREATED_BY_ME"
Supported API: true- Specified by:
getOOTBActiveViewNamein interfaceConfigurableTable- Specified by:
getOOTBActiveViewNamein classAbstractListChangeItemTableViews- Returns:
- the default active view name.
-
getOOTBViewName
The out of the box view name.
Supported API: true- Specified by:
getOOTBViewNamein classAbstractListChangeItemTableViews- Parameters:
viewName- The abstract name of the view- Returns:
- the view name.
- See Also:
-