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

public interface BasicTableConfig extends CustomizableViewConfig
Base interface for table configs

Supported API: true

Extendable: false
  • 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

      void setSummary(String summary)
      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: