Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMMenu
-
Packages that use MMMenu Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MMMenu in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMMenu Modifier and Type Field Description MMMenu
ARG_MMAssignMenuItem. ohMenu
menu where the items are assignedMethods in de.mid.innovator.srv2api.icw2meta that return MMMenu Modifier and Type Method Description MMMenu
MMMenuItem. getMenu()
MMMenu
MMMenu. getRedefinedMenu()
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMMenu Modifier and Type Method Description static java.util.List<MMMenu>
MMMenuHelper. createMenu(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<? extends MM2Class> seqOh, boolean useDefaultMenu)
Creates a list of menus.java.util.List<MMMenu>
MM2Classification. getMenu(K_CONTROL_OPTION... behaviourFlags)
All create menus of this classification.java.util.List<MMMenu>
MMProfile. getOwnedMenu(K_CONTROL_OPTION... behaviourFlags)
java.util.List<MMMenu>
MMMenu. getRedefiningMenu()
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenu Modifier and Type Method Description java.util.List<MMMenuItem>
MM2Classification. assignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<? extends MMMenuItemAble> seqOh)
Assigns a list of menu items to a meta classification.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenu Constructor Description ARG_MMAssignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<MMMenuItemAble> seqOh)
-