Uses of Enum Class
com.vaadin.flow.server.auth.MenuAccessControl.PopulateClientMenu
Packages that use MenuAccessControl.PopulateClientMenu
-
Uses of MenuAccessControl.PopulateClientMenu in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth that return MenuAccessControl.PopulateClientMenuModifier and TypeMethodDescriptionDefaultMenuAccessControl.getPopulateClientSideMenu()
MenuAccessControl.getPopulateClientSideMenu()
Gets whether the Hilla application's main menu should be populated automatically with server side routes and therefore routes information sent to the browser.Returns the enum constant of this class with the specified name.static MenuAccessControl.PopulateClientMenu[]
MenuAccessControl.PopulateClientMenu.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.server.auth with parameters of type MenuAccessControl.PopulateClientMenuModifier and TypeMethodDescriptionvoid
DefaultMenuAccessControl.setPopulateClientSideMenu
(MenuAccessControl.PopulateClientMenu populateClientSideMenu) void
MenuAccessControl.setPopulateClientSideMenu
(MenuAccessControl.PopulateClientMenu populateClientSideMenu) Sets whether the Hilla application's main menu should be populated automatically with server side routes and therefore routes information sent to the browser.