Uses of Record Class
io.mateu.dtos.GridColumnDto
-
Uses of GridColumnDto in io.mateu.dtos
Methods in io.mateu.dtos that return types with arguments of type GridColumnDtoModifier and TypeMethodDescriptionGridGroupColumnDto.columns()Returns the value of thecolumnsrecord component.Constructor parameters in io.mateu.dtos with type arguments of type GridColumnDtoModifierConstructorDescriptionGridGroupColumnDto(String id, String label, String style, String cssClasses, List<GridColumnDto> columns) Creates an instance of aGridGroupColumnDtorecord class.