Uses of Interface
de.xima.fc.gui.common.interfaces.IMenuEntryModel
- 
Packages that use IMenuEntryModel Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.interfaces de.xima.fc.gui.common.model de.xima.fc.gui.model  - 
- 
Uses of IMenuEntryModel in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IMenuEntryModel Modifier and Type Method Description IMenuEntryModelMenuTemplateBean. addMainMenuEntry(IMenuEntryModel entry)IMenuEntryModelMenuTemplateBean. addMainMenuEntry(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> builder)IMenuEntryModelMenuTemplateBean. getByView(IViewModel view)Methods in de.xima.fc.gui.common.bean that return types with arguments of type IMenuEntryModel Modifier and Type Method Description List<IMenuEntryModel>MenuTemplateBean. getAdminDashboardEntries(EAdminDashCategory category)Collection<IMenuEntryModel>MenuTemplateBean. getAllMenuEntries()List<IMenuEntryModel>MenuTemplateBean. getClientDashboardEntries()List<IMenuEntryModel>MenuTemplateBean. getMainMenuEntries()Methods in de.xima.fc.gui.common.bean with parameters of type IMenuEntryModel Modifier and Type Method Description IMenuEntryModelMenuTemplateBean. addMainMenuEntry(IMenuEntryModel entry)Method parameters in de.xima.fc.gui.common.bean with type arguments of type IMenuEntryModel Modifier and Type Method Description IMenuEntryModelMenuTemplateBean. addMainMenuEntry(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> builder) - 
Uses of IMenuEntryModel in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces that return IMenuEntryModel Modifier and Type Method Description IMenuEntryModelIMenuEntryModel. addChild(IMenuEntryModel child)IMenuEntryModelIMenuEntryModel. addChild(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> child)IMenuEntryModelIMenuEntryModel. getParent()Methods in de.xima.fc.gui.common.interfaces that return types with arguments of type IMenuEntryModel Modifier and Type Method Description List<IMenuEntryModel>IMenuEntryModel. getChildren()Methods in de.xima.fc.gui.common.interfaces with parameters of type IMenuEntryModel Modifier and Type Method Description IMenuEntryModelIMenuEntryModel. addChild(IMenuEntryModel child)Method parameters in de.xima.fc.gui.common.interfaces with type arguments of type IMenuEntryModel Modifier and Type Method Description IMenuEntryModelIMenuEntryModel. addChild(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> child) - 
Uses of IMenuEntryModel in de.xima.fc.gui.common.model
Classes in de.xima.fc.gui.common.model that implement IMenuEntryModel Modifier and Type Class Description classMenuEntryModelMethods in de.xima.fc.gui.common.model that return IMenuEntryModel Modifier and Type Method Description IMenuEntryModelMenuEntryModel. addChild(IMenuEntryModel child)IMenuEntryModelMenuEntryModel. addChild(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> child)IMenuEntryModelMenuEntryModel.Builder. build()IMenuEntryModelMenuEntryModel. getParent()Methods in de.xima.fc.gui.common.model that return types with arguments of type IMenuEntryModel Modifier and Type Method Description List<IMenuEntryModel>MenuEntryModel. getChildren()Methods in de.xima.fc.gui.common.model with parameters of type IMenuEntryModel Modifier and Type Method Description IMenuEntryModelMenuEntryModel. addChild(IMenuEntryModel child)Method parameters in de.xima.fc.gui.common.model with type arguments of type IMenuEntryModel Modifier and Type Method Description IMenuEntryModelMenuEntryModel. addChild(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> child) - 
Uses of IMenuEntryModel in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model that implement IMenuEntryModel Modifier and Type Class Description classSubMenuEntryModelDeprecated.This is not used anymore and can be removed.Methods in de.xima.fc.gui.model that return IMenuEntryModel Modifier and Type Method Description IMenuEntryModelSubMenuEntryModel.Builder. build() 
 -