Uses of Record Class
io.mateu.dtos.DataPageDto
-
Uses of DataPageDto in io.mateu.dtos
Methods in io.mateu.dtos that return DataPageDtoModifier and TypeMethodDescriptionGridDto.page()Returns the value of thepagerecord component.VirtualListDto.page()Returns the value of thepagerecord component.Constructors in io.mateu.dtos with parameters of type DataPageDtoModifierConstructorDescriptionGridDto(List<ComponentDto> content, DataPageDto page, boolean tree, int size, boolean wrapCellContent, boolean compact, boolean noBorder, boolean noRowBorder, boolean columnBorders, boolean rowStripes, String vaadinGridCellBackground, String vaadinGridCellPadding) Creates an instance of aGridDtorecord class.VirtualListDto(DataPageDto page) Creates an instance of aVirtualListDtorecord class.