Class AbstractJcaTableConfig

java.lang.Object
com.ptc.jca.mvc.components.AbstractJcaComponentConfig
com.ptc.jca.mvc.components.AbstractJcaTableConfig
All Implemented Interfaces:
JcaComponentConfig, ComponentConfig, Serializable, Cloneable
Direct Known Subclasses:
JcaMiniTableConfig, JcaTableConfig

public abstract class AbstractJcaTableConfig extends AbstractJcaComponentConfig
Abstract class for JCA table configs

Supported API: true

Extendable: false
See Also:
  • Method Details

    • setXtype

      public void setXtype(String xtype)
      Allow a custom class to be used in javascript where method overriding and extra logic can be added in a nice way.

      Supported API: true
      Parameters:
      xtype -
    • setPtypes

      public void setPtypes(List<String> ptypes)
      Allow a class to specify a plugin that should be used on the table so that additional functionality could be added. This will not filter plugins (like the gridfileinputhandler based on upload preference), since we have no use case for setting the plugin in a builder yet. That will need to be added when we work the story to fully support that plugin

      Supported API: true
      Parameters:
      ptypes - - The plugins list of ptype strings.