Uses of Class
org.bardframework.crud.api.datatable.HeaderDto
-
Packages that use HeaderDto Package Description org.bardframework.crud.api.datatable -
-
Uses of HeaderDto in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable with type parameters of type HeaderDto Modifier and Type Field Description protected List<HeaderDto>DataTableFilter. headersMethods in org.bardframework.crud.api.datatable that return types with arguments of type HeaderDto Modifier and Type Method Description List<HeaderDto>DataTableFilter. getHeaders()Method parameters in org.bardframework.crud.api.datatable with type arguments of type HeaderDto Modifier and Type Method Description voidDataTableFilter. setHeaders(List<HeaderDto> headers)Constructor parameters in org.bardframework.crud.api.datatable with type arguments of type HeaderDto Constructor Description DataTableFilter(List<HeaderDto> headers)
-