-
public final class DisplayConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDisplayConfiguration.Companion
-
Field Summary
Fields Modifier and Type Field Description private IntegerrowsLimitprivate IntegercellContentLimitprivate Function2<DataRow<?>, DataColumn<?>, CellAttributes>cellFormatter
-
Constructor Summary
Constructors Constructor Description DisplayConfiguration(Integer rowsLimit, Integer cellContentLimit, Function2<DataRow<?>, DataColumn<?>, CellAttributes> cellFormatter)
-
Method Summary
Modifier and Type Method Description final IntegergetRowsLimit()final UnitsetRowsLimit(Integer rowsLimit)final IntegergetCellContentLimit()final UnitsetCellContentLimit(Integer cellContentLimit)final Function2<DataRow<?>, DataColumn<?>, CellAttributes>getCellFormatter()final UnitsetCellFormatter(Function2<DataRow<?>, DataColumn<?>, CellAttributes> cellFormatter)-
-
Constructor Detail
-
DisplayConfiguration
DisplayConfiguration(Integer rowsLimit, Integer cellContentLimit, Function2<DataRow<?>, DataColumn<?>, CellAttributes> cellFormatter)
-
-
Method Detail
-
getRowsLimit
final Integer getRowsLimit()
-
setRowsLimit
final Unit setRowsLimit(Integer rowsLimit)
-
getCellContentLimit
final Integer getCellContentLimit()
-
setCellContentLimit
final Unit setCellContentLimit(Integer cellContentLimit)
-
getCellFormatter
final Function2<DataRow<?>, DataColumn<?>, CellAttributes> getCellFormatter()
-
setCellFormatter
final Unit setCellFormatter(Function2<DataRow<?>, DataColumn<?>, CellAttributes> cellFormatter)
-
-
-
-