Class VarianceAffectedDataTableViews
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.AffectedDataTableViews
com.ptc.windchill.enterprise.change2.tableViews.VarianceAffectedDataTableViews
- 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 variance affected data table.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
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, CHANGE_RESOURCE, 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 TypeMethodDescriptionRetrieve the locked columns for the table view.List<com.ptc.core.htmlcomp.createtableview.Attribute.TextAttribute> Method get special table columns attribute definitions.Methods inherited from class com.ptc.windchill.enterprise.change2.tableViews.AffectedDataTableViews
getChangeableClassesForAffectedTableViews, getClassTypes, getLabel, getOOTBTableViewsMethods 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
-
getSpecialTableColumnsAttrDefinition
public List<com.ptc.core.htmlcomp.createtableview.Attribute.TextAttribute> getSpecialTableColumnsAttrDefinition(Locale locale) Method get special table columns attribute definitions.
Supported API: true- Specified by:
getSpecialTableColumnsAttrDefinitionin interfaceConfigurableTable- Overrides:
getSpecialTableColumnsAttrDefinitionin classAffectedDataTableViews- Parameters:
locale- Passes in the locale- Returns:
- List Returns a list of attribute definitions.
-
getLockedColumns
Retrieve the locked columns for the table view.
Supported API: true- Overrides:
getLockedColumnsin classAffectedDataTableViews- Returns:
- Mapinvalid input: '<'String,Boolean> Ordered Map of column Ids and whether it is locked.
-