Uses of Record Class
com.vaadin.flow.server.menu.MenuEntry
Packages that use MenuEntry
-
Uses of MenuEntry in com.vaadin.flow.server.menu
Methods in com.vaadin.flow.server.menu that return types with arguments of type MenuEntryModifier and TypeMethodDescriptionMenuEntry.children()Returns the value of thechildrenrecord component.MenuConfiguration.getMenuEntries()Collect ordered list of menu entries for menu population.MenuConfiguration.getMenuEntries(Locale locale) Collect ordered list of menu entries for menu population.MenuConfiguration.getMenuEntriesTree()Collect the menu entries as a hierarchy for menu population, nested according to the route hierarchy.MenuConfiguration.getMenuEntriesTree(Locale locale) Collect the menu entries as a hierarchy for menu population, nested according to the route hierarchy.Constructor parameters in com.vaadin.flow.server.menu with type arguments of type MenuEntryModifierConstructorDescriptionMenuEntry(String path, String title, Double order, String icon, Class<? extends Component> menuClass, List<MenuEntry> children) Normalizeschildrento a non-null, unmodifiable list so thatchildren()is nevernull(e.g. after deserialization of an entry written before children existed).