Uses of Interface
de.xima.fc.interfaces.plugin.retval.backend.IPluginMenuEntry
-
-
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)
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 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. -
Uses of IPluginMenuEntry in de.xima.fc.security.endpoint
Methods in de.xima.fc.security.endpoint that return types with arguments of type IPluginMenuEntry Modifier and Type Method Description static 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 IPluginMenuEntry Modifier and Type Method Description static 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 IPluginMenuEntry Modifier and Type Method Description static IUriResolver
UriResolverFactory. pluginMenuEntryUriResolver(IPluginMenuEntry pluginEntry, String contextName)
-