Interface CustomizableViewConfig

All Superinterfaces:
ComponentConfig
All Known Subinterfaces:
AttributePanelConfig, BasicTableConfig, InfoConfig, MiniTableConfig, TableConfig, TreeConfig
All Known Implementing Classes:
JcaInfoConfig, JcaMiniInfoConfig, JcaMiniTableConfig, com.ptc.jca.mvc.components.JcaPropertyPanelConfig, JcaTableConfig, JcaTreeConfig, MultiComponentConfig

public interface CustomizableViewConfig extends ComponentConfig
Configs that allow custom view paths Supported API: true

Extendable: false
  • Method Details

    • getView

      String getView()
      Get the optional custom view path for the component

      Supported API: true
      Returns:
    • setView

      void setView(String view)
      Set the custom view path for the component.

      Supported API: true
      Parameters:
      view -