Class TableDto
java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.extension.TableDto
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
applyFormat
(TableColumnFormat format, Object value) boolean
getIcons()
getRows()
int
hashCode()
static List<TableCellDto[]>
mapToRows
(List<Object[]> rows, TableColumnFormat[] tableColumnFormats) toString()
-
Constructor Details
-
TableDto
-
-
Method Details
-
mapToRows
public static List<TableCellDto[]> mapToRows(List<Object[]> rows, TableColumnFormat[] tableColumnFormats) -
applyFormat
-
getColumns
-
getIcons
-
getRows
-
equals
-
hashCode
public int hashCode() -
toString
-