Uses of Class
com.flowingcode.addons.applayout.endpoint.MenuItemDto
-
Packages that use MenuItemDto Package Description com.flowingcode.addons.applayout.endpoint -
-
Uses of MenuItemDto in com.flowingcode.addons.applayout.endpoint
Methods in com.flowingcode.addons.applayout.endpoint that return types with arguments of type MenuItemDto Modifier and Type Method Description java.util.List<MenuItemDto>MenuItemDto. getChildren()@Nonnull java.util.List<@Nonnull MenuItemDto>MenuEndpoint. getMenuItems()Method parameters in com.flowingcode.addons.applayout.endpoint with type arguments of type MenuItemDto Modifier and Type Method Description voidMenuItemDto. setChildren(java.util.List<MenuItemDto> children)Constructor parameters in com.flowingcode.addons.applayout.endpoint with type arguments of type MenuItemDto Constructor Description MenuItemDto(java.lang.String label, java.lang.String href, java.util.List<MenuItemDto> children)MenuItemDto(java.lang.String label, java.util.List<MenuItemDto> children)
-