Package com.ptc.jca.mvc.components
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
Abstract class for JCA table configs
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidAllow a class to specify a plugin that should be used on the table so that additional functionality could be added.voidAllow a custom class to be used in javascript where method overriding and extra logic can be added in a nice way.
Supported API: trueMethods inherited from class com.ptc.jca.mvc.components.AbstractJcaComponentConfig
getLabel, setComponentMode, setDescriptorProperty, setLabel
-
Method Details
-
setXtype
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
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.
-