Form menu plugin


With a form menu plugin one can create custom menus for specific forms in the form overview. Which forms get a new menu is determined by the form context (also called scope). For these forms, the form menu is replaced along with the button for opening the menu.

Interface IPluginProjectMenu

Interface for providing the resources required for the form menu and for determining the form context. The form context specifies the forms for which the user defined form menu is used. For further details, see JavaDoc.

Interface IPluginProjectMenuGUIBean

Interface for providing a Java ManageBean, which can be used for the functionality of the form menu or the dialogs opened with it. For further details, see JavaDoc.