Uses of Class
adalid.core.enums.MenuType
-
Packages that use MenuType Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of MenuType in adalid.core
Methods in adalid.core that return MenuType Modifier and Type Method Description MenuTypeProject. getModuleMenuType() -
Uses of MenuType in adalid.core.annotations
Methods in adalid.core.annotations that return MenuType Modifier and Type Method Description MenuTypemenuType()menuType especifica el tipo de vistas (páginas) que se deben incluir en el menú del módulo. -
Uses of MenuType in adalid.core.enums
Methods in adalid.core.enums that return MenuType Modifier and Type Method Description static MenuTypeMenuType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuType[]MenuType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-