| Package | Description |
|---|---|
| com.flowingcode.addons.applayout.endpoint |
| Modifier and Type | Method and Description |
|---|---|
List<MenuItemDto> |
MenuItemDto.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuItemDto.setChildren(List<MenuItemDto> children) |
| Constructor and Description |
|---|
MenuItemDto(String label,
List<MenuItemDto> children) |
MenuItemDto(String label,
String href,
List<MenuItemDto> children) |
Copyright © 2018–2022 Flowing Code. All rights reserved.