Uses of Enum Class
io.mateu.dtos.UICommandTypeDto
-
Uses of UICommandTypeDto in io.mateu.dtos
Methods in io.mateu.dtos that return UICommandTypeDtoModifier and TypeMethodDescriptionUICommandDto.type()Returns the value of thetyperecord component.static UICommandTypeDtoReturns the enum constant of this class with the specified name.static UICommandTypeDto[]UICommandTypeDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type UICommandTypeDtoModifierConstructorDescriptionUICommandDto(String targetComponentId, UICommandTypeDto type, Object data) Creates an instance of aUICommandDtorecord class.