Package io.keikai.model
Interface STableColumn
- All Known Implementing Classes:
AbstractTableColumnAdv,TableColumnImpl
public interface STableColumn
Table column
- Since:
- 3.8.0
- Author:
- henri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidvoidsetTotalsRowFormula(String formula) voidvoidsetTotalsRowLabel(String label)
-
Method Details
-
getName
String getName() -
setName
-
getTotalsRowLabel
String getTotalsRowLabel() -
setTotalsRowLabel
-
getTotalsRowFunction
STableColumn.STotalsRowFunction getTotalsRowFunction() -
setTotalsRowFunction
-
getTotalsRowFormula
String getTotalsRowFormula() -
setTotalsRowFormula
-