Class ProjectVariancesTableViews
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.ListVariancesTableViews
com.ptc.windchill.enterprise.change2.tableViews.list.ProjectVariancesTableViews
- 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 Variances table under the Project change
tab.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDefaultViewDescription(String viewName) Provide the description for the Variances table in the project.Methods inherited from class com.ptc.windchill.enterprise.change2.tableViews.list.ListVariancesTableViews
getClassTypes, getLabel, getOOTBActiveViewName, getOOTBViewNameMethods inherited from class com.ptc.windchill.enterprise.change2.tableViews.list.AbstractListChangeItemTableViews
getDefaultSortColumn, getGeneratedDefaultViewDescription, getGeneratedDefaultViewDescription, getGeneratedViewName, getLockedColumns, getNonResolvedCriteria, getOOTBTableViewsMethods inherited from class com.ptc.windchill.enterprise.change2.tableViews.ChangeTableViews
createCommonTableViews, createTableView, getChangeableClasses, getCriteria, getObjTypeKey, getTableViewDescriptor, isColumnLocked, setDefaultSortColumnOrderMethods inherited from class com.ptc.core.htmlcomp.components.JCAConfigurableTable
isMappingEnabled
-
Method Details
-
getDefaultViewDescription
Provide the description for the Variances table in the project.
Supported API: true- Overrides:
getDefaultViewDescriptionin classListVariancesTableViews- Parameters:
viewName- The locale for the description.- Returns:
- String The default description for the view.
-