Uses of Record Class
io.mateu.dtos.ConfirmationTextsDto
-
Uses of ConfirmationTextsDto in io.mateu.dtos
Methods in io.mateu.dtos that return ConfirmationTextsDtoModifier and TypeMethodDescriptionActionDto.confirmationTexts()Returns the value of theconfirmationTextsrecord component.Constructors in io.mateu.dtos with parameters of type ConfirmationTextsDtoModifierConstructorDescriptionActionDto(String id, boolean validationRequired, boolean confirmationRequired, boolean rowsSelectedRequired, ConfirmationTextsDto confirmationTexts, String modalStyle, String modalTitle, CustomEventDto customEvent, String href, String js, boolean background, boolean sse) Creates an instance of aActionDtorecord class.