Uses of Record Class
io.mateu.dtos.ViewPartDto
-
Uses of ViewPartDto in io.mateu.dtos
Methods in io.mateu.dtos that return ViewPartDtoModifier and TypeMethodDescriptionViewDto.footer()Returns the value of thefooterrecord component.ViewDto.header()Returns the value of theheaderrecord component.ViewDto.left()Returns the value of theleftrecord component.ViewDto.main()Returns the value of themainrecord component.ViewDto.right()Returns the value of therightrecord component.Constructors in io.mateu.dtos with parameters of type ViewPartDtoModifierConstructorDescriptionViewDto(ViewPartDto header, ViewPartDto left, ViewPartDto main, ViewPartDto right, ViewPartDto footer) Creates an instance of aViewDtorecord class.