-
Returns the value of the menu record component.
Returns the value of the menu record component.
Returns the value of the
menu record component.
Returns the value of the options record component.
Returns the value of the submenus record component.
AppDto(String route,
AppVariantDto variant,
String icon,
String logo,
String title,
String subtitle,
List<MenuOptionDto> menu,
int totalMenuOptions,
String homeRoute,
String appServerSideType,
String loginUrl,
String welcomeMessage,
String logoutUrl,
List<AppDescriptorDto> apps,
boolean drawerClosed,
String style,
String cssClasses,
ComponentDto home)
Creates an instance of a AppDto record class.
Creates an instance of a ContextMenuDto record class.
Creates an instance of a DirectoryDto record class.
Creates an instance of a MenuBarDto record class.
MenuOptionDto(MenuTypeDto type,
String icon,
String label,
ComponentDto component,
GoToRouteDto destination,
List<MenuOptionDto> submenus,
int order,
boolean visible,
boolean selected,
boolean disabled,
boolean disabledOnClick,
String className,
Object itemData,
boolean separator)
Creates an instance of a MenuOptionDto record class.