Uses of Record Class
io.mateu.dtos.GoToRouteDto
-
Uses of GoToRouteDto in io.mateu.dtos
Methods in io.mateu.dtos that return GoToRouteDtoModifier and TypeMethodDescriptionMenuOptionDto.destination()Returns the value of thedestinationrecord component.Constructors in io.mateu.dtos with parameters of type GoToRouteDtoModifierConstructorDescriptionMenuOptionDto(MenuTypeDto type, String icon, String label, ComponentDto component, GoToRouteDto destination, String actionId, List<MenuOptionDto> submenus, int order, boolean visible, boolean selected, boolean disabled, boolean disabledOnClick, String className, Object itemData, boolean separator) Creates an instance of aMenuOptionDtorecord class.