Interface IPluginCustomGUIBean

All Superinterfaces:
IPluginGenericCustomGUIBean, Serializable
All Known Implementing Classes:
APluginCustomGUIBean

@Deprecated public interface IPluginCustomGUIBean extends IPluginGenericCustomGUIBean
Deprecated.
Use the new workflow engine, e.g. IPluginWorkflowNode.
Interface for deploying the formcycle processing bean within a custom plugin bean This bean must be view scoped, ie. have the ViewScoped annotation set. The bean is created when the plugin action is selected, and destroyed when a different action is selected.
Author:
XIMA MEDIA GmbH