Uses of Class
com.flowingcode.addons.applayout.endpoint.MenuItemDto
Packages that use MenuItemDto
-
Uses of MenuItemDto in com.flowingcode.addons.applayout.endpoint
Methods in com.flowingcode.addons.applayout.endpoint that return types with arguments of type MenuItemDtoModifier and TypeMethodDescriptionMenuItemDto.getChildren()@Nonnull List<@Nonnull MenuItemDto>MenuEndpoint.getMenuItems()Method parameters in com.flowingcode.addons.applayout.endpoint with type arguments of type MenuItemDtoConstructor parameters in com.flowingcode.addons.applayout.endpoint with type arguments of type MenuItemDtoModifierConstructorDescriptionMenuItemDto(String label, String href, List<MenuItemDto> children) MenuItemDto(String label, List<MenuItemDto> children)