Package com.ptc.core.htmlcomp.components
Class JCAConfigurableTable
java.lang.Object
com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
com.ptc.core.htmlcomp.components.JCAConfigurableTable
- All Implemented Interfaces:
com.ptc.core.htmlcomp.components.JCAMappable,ConfigurableTable,com.ptc.core.htmlcomp.tableview.FreezableConfigurableTable,com.ptc.core.htmlcomp.tableview.RuntimeTableViewHolder
- Direct Known Subclasses:
AbstractImpactTableViews,AddComponentResultsTableView,ChangeTableViews,ChangeWorkitemTableViews,ConfigurableLinkTableViews,CreateOrEditMultiObjectViews,RelatedWorkSetTableViews,com.ptc.netmarkets.search.views.SearchAbstractResultTableView,WorkSetComponentsTableViews
public abstract class JCAConfigurableTable
extends com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
implements com.ptc.core.htmlcomp.components.JCAMappable
Abstract base class for JCA configurable tables. JCAMappable may be implemented directly if extension of an alternate
base class is required.
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.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 TypeMethodDescriptionbooleanDefault implementation always returns true
Supported API: trueMethods inherited from class com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
canAttributeBeUsedInFilter, getActionStatusAttrDef, getAdvRevisionAllCriterion, getAdvRevisionAttrDef, getAdvRevisionLatestCriterion, getAdvVersionAllCriterion, getAdvVersionAttrDef, getAdvVersionLatestCriterion, getAttributeOnlyClassTypes, getChangeStatusAttrDef, getContextProperties, getContextProperty, getLocalStatusAttrDef, getMessageStatusAttrDef, getNewOrganizationAttrDef, getOrganizationAttrDef, getRuntimeTableView, getSandboxStatusAttrDef, getServerStatusAttrDef, getStatusColumnsAttributeDefinitions, getStatusColumnsAttributeDefinitions, getStatusColumnsTableColumnDefinitions, getStatusColumnsTableColumnDefinitions, getViewResourceEntryKey, getWsContentStatusAttrDef, isAttributeValidForColumnStep, isAttributeValidForSortingStep, isColumnLocked, 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
canAttributeBeUsedInFilter, getAttributeOnlyClassTypes, getClassTypes, getContextProperties, getContextProperty, getContextTypeForTableView, getDefaultSortColumn, getLabel, getOOTBActiveViewName, getOOTBTableViews, getSpecialTableColumnsAttrDefinition, isAttributeValidForColumnStep, isAttributeValidForSortingStep, isColumnLocked, isDefaultSortingAscending, isLocalAttributesSupported, setContextProperties, showChooseItemTypesStep, showFilteringStep, showSetColumnsStep, showSetNameStep, showSortingStep, useBusinessFields
-
Method Details
-
isMappingEnabled
public boolean isMappingEnabled()Default implementation always returns true
Supported API: true- Specified by:
isMappingEnabledin interfacecom.ptc.core.htmlcomp.components.JCAMappable
-