Class TableData
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.TableData
- All Implemented Interfaces:
Serializable
Model containing datastructure expected by frontend bar chart widget
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for columnsGetter for fixedHeightGetter for fixedStickyLastRowGetter for hidePaginationDropdownGetter for linkTextGetter for linkURLGetter for noRowsFoundHTMLgetRows()Getter for rowsGetter for rowsPerPagegetType()Getter for typevoidsetColumns(List<TableData.Column> columns) Setter for columnsvoidsetFixedHeight(Integer fixedHeight) Setter for fixedHeightvoidsetFixedStickyLastRow(Boolean fixedStickyLastRow) Setter for fixedStickyLastRowvoidsetHidePaginationDropdown(Boolean hidePaginationDropdown) Setter for hidePaginationDropdownvoidsetLinkText(String linkText) Setter for linkTextvoidsetLinkURL(String linkURL) Setter for linkURLvoidsetNoRowsFoundHTML(String noRowsFoundHTML) Setter for noRowsFoundHTMLvoidSetter for rowsvoidsetRowsPerPage(Integer rowsPerPage) Setter for rowsPerPagewithColumns(List<TableData.Column> columns) Fluent setter for columnswithFixedHeight(Integer fixedHeight) Fluent setter for fixedHeightwithFixedStickyLastRow(Boolean fixedStickyLastRow) Fluent setter for fixedStickyLastRowwithHidePaginationDropdown(Boolean hidePaginationDropdown) Fluent setter for hidePaginationDropdownwithLinkText(String linkText) Fluent setter for linkTextwithLinkURL(String linkURL) Fluent setter for linkURLwithNoRowsFoundHTML(String noRowsFoundHTML) Fluent setter for noRowsFoundHTMLFluent setter for rowswithRowsPerPage(Integer rowsPerPage) Fluent setter for rowsPerPageMethods inherited from class com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
getCsvData, getDropdownDataList, getDropdownDefaultValueList, getDropdownLabelList, getDropdownNameList, getDropdownNeedsSelectedText, getFooterHTML, getHasPermission, getLabel, getSublabel, setCsvData, setDropdownDataList, setDropdownDefaultValueList, setDropdownLabelList, setDropdownNameList, setDropdownNeedsSelectedText, setFooterHTML, setHasPermission, setLabel, setSublabel, withCsvData, withDropdownDataList, withDropdownDefaultValueList, withDropdownLabelList, withDropdownNameList, withDropdownNeedsSelectedText, withFooterHTML, withHasPermission, withLabel, withSublabel
-
Constructor Details
-
TableData
public TableData() -
TableData
-
-
Method Details
-
getType
-
getRowsPerPage
Getter for rowsPerPage -
setRowsPerPage
Setter for rowsPerPage -
withRowsPerPage
-
getHidePaginationDropdown
Getter for hidePaginationDropdown -
setHidePaginationDropdown
Setter for hidePaginationDropdown -
withHidePaginationDropdown
-
getColumns
Getter for columns -
setColumns
Setter for columns -
withColumns
Fluent setter for columns -
getRows
-
setRows
-
withRows
-
getNoRowsFoundHTML
Getter for noRowsFoundHTML -
setNoRowsFoundHTML
Setter for noRowsFoundHTML -
withNoRowsFoundHTML
-
getLinkText
Getter for linkText -
setLinkText
Setter for linkText -
withLinkText
-
getLinkURL
Getter for linkURL -
setLinkURL
Setter for linkURL -
withLinkURL
-
getFixedStickyLastRow
Getter for fixedStickyLastRow -
setFixedStickyLastRow
Setter for fixedStickyLastRow -
withFixedStickyLastRow
-
getFixedHeight
Getter for fixedHeight -
setFixedHeight
Setter for fixedHeight -
withFixedHeight
-