Uses of Class
de.xima.fc.gui.common.enums.EAdminDashCategory
-
Packages that use EAdminDashCategory Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.enums de.xima.fc.gui.common.interfaces de.xima.fc.gui.common.model -
-
Uses of EAdminDashCategory in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean with parameters of type EAdminDashCategory Modifier and Type Method Description List<IMenuEntryModel>
MenuTemplateBean. getAdminDashboardEntries(EAdminDashCategory category)
-
Uses of EAdminDashCategory in de.xima.fc.gui.common.enums
Methods in de.xima.fc.gui.common.enums that return EAdminDashCategory Modifier and Type Method Description static EAdminDashCategory
EAdminDashCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAdminDashCategory[]
EAdminDashCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAdminDashCategory in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces that return EAdminDashCategory Modifier and Type Method Description EAdminDashCategory
IMenuEntryModel. getAdminDashCategory()
-
Uses of EAdminDashCategory in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return EAdminDashCategory Modifier and Type Method Description EAdminDashCategory
MenuEntryModel. getAdminDashCategory()
Methods in de.xima.fc.gui.common.model with parameters of type EAdminDashCategory Modifier and Type Method Description MenuEntryModel.Builder
MenuEntryModel.Builder. adminDash(EAdminDashCategory adminDashCategory)
void
MenuEntryModel. setAdminDashCategory(EAdminDashCategory adminDashCategory)
-