Package com.ptc.mvc.components
Interface BasicTableConfig
- All Superinterfaces:
ComponentConfig,CustomizableViewConfig
- All Known Subinterfaces:
MiniTableConfig,TableConfig,TreeConfig
- All Known Implementing Classes:
JcaInfoConfig,JcaMiniInfoConfig,JcaMiniTableConfig,com.ptc.jca.mvc.components.JcaPropertyPanelConfig,JcaTableConfig,JcaTreeConfig
Base interface for table configs
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGet the localized summary of the information for this table which is used for accessibility compliance.booleanWhether to show the count of objects in title area
Supported API: truevoidsetShowCount(boolean showCount) Set to show the count of objects in the table title area.voidsetSummary(String summary) Set the localized summary of the information for this table which is used for accessibility compliance.Methods inherited from interface com.ptc.mvc.components.ComponentConfig
addComponent, addComponents, getActionModel, getComponentMode, getComponents, getComponentType, getHelpContext, getId, getLabel, getTargetObject, getType, getTypes, removeComponent, setActionModel, setComponentMode, setComponentType, setHelpContext, setId, setLabel, setTargetObject, setType, setTypesMethods inherited from interface com.ptc.mvc.components.CustomizableViewConfig
getView, setView
-
Method Details
-
getSummary
String getSummary()Get the localized summary of the information for this table which is used for accessibility compliance.
Supported API: true- Returns:
- String
-
setSummary
Set the localized summary of the information for this table which is used for accessibility compliance.
Supported API: true- Parameters:
summary-
-
setShowCount
void setShowCount(boolean showCount) Set to show the count of objects in the table title area. Defaults to true
Supported API: true- Parameters:
showCount-
-
isShowCount
boolean isShowCount()Whether to show the count of objects in title area
Supported API: true- Returns:
-