Uses of Class
org.bardframework.crud.api.datatable.HeaderAbstract
-
Packages that use HeaderAbstract Package Description org.bardframework.crud.api.datatable -
-
Uses of HeaderAbstract in org.bardframework.crud.api.datatable
Methods in org.bardframework.crud.api.datatable that return types with arguments of type HeaderAbstract Modifier and Type Method Description List<HeaderAbstract>DataTableStructure. getHeaders()List<HeaderAbstract>DataTableUtils. getHeaders(Class<?> clazz)Constructors in org.bardframework.crud.api.datatable with parameters of type HeaderAbstract Constructor Description HeaderDto(HeaderAbstract header)HeaderDto(HeaderAbstract header, List<BaseData> values)Constructor parameters in org.bardframework.crud.api.datatable with type arguments of type HeaderAbstract Constructor Description DataTableStructure(Class<?> clazz, List<HeaderAbstract> headers)
-