Uses of Interface
de.xima.fc.interfaces.plugin.retval.backend.IPluginMenuEntry
-
Packages that use IPluginMenuEntry Package Description de.xima.fc.gui.common.model de.xima.fc.interfaces.plugin.retval.backend de.xima.fc.plugin.interfaces.backend -
-
Uses of IPluginMenuEntry in de.xima.fc.gui.common.model
Constructors in de.xima.fc.gui.common.model with parameters of type IPluginMenuEntry Constructor Description CustomViewModel(IPluginMenuEntry pluginEntry, ViewBean viewBean, String portalContextName)
-
Uses of IPluginMenuEntry in de.xima.fc.interfaces.plugin.retval.backend
Methods in de.xima.fc.interfaces.plugin.retval.backend that return types with arguments of type IPluginMenuEntry Modifier and Type Method Description default Collection<IPluginMenuEntry>
IPluginMenuEntry. getChildEntries()
Getter for the child menu entries of this menu entry. -
Uses of IPluginMenuEntry in de.xima.fc.plugin.interfaces.backend
Methods in de.xima.fc.plugin.interfaces.backend that return types with arguments of type IPluginMenuEntry Modifier and Type Method Description Collection<IPluginMenuEntry>
IPluginMenuEntries. getMenuEntries(IPluginMenuEntriesParams params)
This method should return the menu entries to be added to FORMCYCLE.
-