Wiki source code of Formularmenü-Plugin


Show last authors
1 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.
2
3 == Interface IPluginProjectMenu ==
4
5 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 package="de.xima.fc.plugin.interfaces.backend" name="IPluginProjectMenu"}}JavaDoc{{/javadoc}}.
6
7 == Interface IPluginProjectMenuGUIBean ==
8
9 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 package="de.xima.fc.plugin.gui" name="IPluginProjectMenuGUIBean"}}JavaDoc{{/javadoc}}.