Uses of Interface
de.xima.fc.interfaces.plugin.retval.backend.IPluginMenuEntry
Packages that use IPluginMenuEntry
Package
Description
-
Uses of IPluginMenuEntry in de.xima.fc.gui.common.model
Constructors in de.xima.fc.gui.common.model with parameters of type IPluginMenuEntryModifierConstructorDescriptionCustomViewModel
(IPluginMenuEntry pluginEntry, ViewBean viewBean, String portalContextName) Deprecated. -
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 IPluginMenuEntryModifier and TypeMethodDescriptiondefault 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 IPluginMenuEntryModifier and TypeMethodDescriptionIPluginMenuEntries.getMenuEntries
(IPluginMenuEntriesParams params) This method should return the menu entries to be added to formcycle. -
Uses of IPluginMenuEntry in de.xima.fc.security.endpoint
Methods in de.xima.fc.security.endpoint that return types with arguments of type IPluginMenuEntryModifier and TypeMethodDescriptionstatic List<org.apache.commons.lang3.tuple.Pair<String,
Collection<IPluginMenuEntry>>> WebEndpointManager.getRegisteredPluginMenuEntries
(Mandant client) Methods in de.xima.fc.security.endpoint with parameters of type IPluginMenuEntryModifier and TypeMethodDescriptionstatic IView
PluginMenuEntryView.of
(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry) -
Uses of IPluginMenuEntry in de.xima.fc.security.endpoint.uri
Methods in de.xima.fc.security.endpoint.uri with parameters of type IPluginMenuEntryModifier and TypeMethodDescriptionstatic IUriResolver
UriResolverFactory.pluginMenuEntryUriResolver
(IPluginMenuEntry pluginEntry, String contextName)