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 Modifier and Type Interface Description static class
STableColumn.STotalsRowFunction
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
String
getTotalsRowFormula()
STableColumn.STotalsRowFunction
getTotalsRowFunction()
String
getTotalsRowLabel()
void
setName(String name)
void
setTotalsRowFormula(String formula)
void
setTotalsRowFunction(STableColumn.STotalsRowFunction func)
void
setTotalsRowLabel(String label)
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String name)
-
getTotalsRowLabel
String getTotalsRowLabel()
-
setTotalsRowLabel
void setTotalsRowLabel(String label)
-
getTotalsRowFunction
STableColumn.STotalsRowFunction getTotalsRowFunction()
-
setTotalsRowFunction
void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
-
getTotalsRowFormula
String getTotalsRowFormula()
-
setTotalsRowFormula
void setTotalsRowFormula(String formula)
-
-