Uses of Class
com.kingsrook.qqq.backend.core.model.dashboard.widgets.TableData
Packages that use TableData
-
Uses of TableData in com.kingsrook.qqq.backend.core.model.dashboard.widgets
Methods in com.kingsrook.qqq.backend.core.model.dashboard.widgets that return TableDataModifier and TypeMethodDescriptionTableData.withColumns(List<TableData.Column> columns) Fluent setter for columnsTableData.withFixedHeight(Integer fixedHeight) Fluent setter for fixedHeightTableData.withFixedStickyLastRow(Boolean fixedStickyLastRow) Fluent setter for fixedStickyLastRowTableData.withHidePaginationDropdown(Boolean hidePaginationDropdown) Fluent setter for hidePaginationDropdownTableData.withLinkText(String linkText) Fluent setter for linkTextTableData.withLinkURL(String linkURL) Fluent setter for linkURLTableData.withNoRowsFoundHTML(String noRowsFoundHTML) Fluent setter for noRowsFoundHTMLFluent setter for rowsTableData.withRowsPerPage(Integer rowsPerPage) Fluent setter for rowsPerPageMethods in com.kingsrook.qqq.backend.core.model.dashboard.widgets that return types with arguments of type TableDataMethod parameters in com.kingsrook.qqq.backend.core.model.dashboard.widgets with type arguments of type TableDataModifier and TypeMethodDescriptionvoidMultiTableData.setTableDataList(List<TableData> tableDataList) Setter for tableDataListMultiTableData.withTableDataList(List<TableData> tableDataList) Fluent setter for tableDataListConstructor parameters in com.kingsrook.qqq.backend.core.model.dashboard.widgets with type arguments of type TableData