| IFormLifecyclePlugin | 
 Base interface for plugins which hook into the lifecycle of the form, such as pre-render or pre-process plugins. 
 | 
| IPluginDataSource | 
 Interface for a data source plugin. 
 | 
| IPluginFormElementCatalogue | 
 Interface for plugins that may add a set of form items to the designer. 
 | 
| IPluginFormElementTemplate | 
 Interface for plugins that wish to provide custom template for the form designer. 
 | 
| IPluginFormElementTemplateStatic | 
Mixin that implements the methods of  IPluginFormElementTemplate with defaults for static form element
 template plugins, when you have all templates stored as resources in the plugin's class path (i.e.  
 | 
| IPluginFormElementWidget | 
 Interface for plugins to integrate own form element widgets within the form designer. 
 | 
| IPluginFormPrePersist | 
 Interface for form pre-persist plugins. 
 | 
| IPluginFormPreProcess | 
 Interface for a form pre-process plugin. 
 | 
| IPluginFormPreRender | 
 Interface for form pre-render plugins. 
 | 
| IPluginFormPreRespond | 
 Interface for a form pre-respond plugin. 
 | 
| IPluginFormPreview | 
Deprecated.
 | 
| IPluginFormResource | 
 Interface for plugins to integrate form resources like CSS or JavaScript 
 |