Package io.keikai.model
Interface STableColumn
-
- All Known Implementing Classes:
AbstractTableColumnAdv,TableColumnImpl
public interface STableColumnTable column- Since:
- 3.8.0
- Author:
- henri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTableColumn.STotalsRowFunction
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetTotalsRowFormula()STableColumn.STotalsRowFunctiongetTotalsRowFunction()java.lang.StringgetTotalsRowLabel()voidsetName(java.lang.String name)voidsetTotalsRowFormula(java.lang.String formula)voidsetTotalsRowFunction(STableColumn.STotalsRowFunction func)voidsetTotalsRowLabel(java.lang.String label)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
setName
void setName(java.lang.String name)
-
getTotalsRowLabel
java.lang.String getTotalsRowLabel()
-
setTotalsRowLabel
void setTotalsRowLabel(java.lang.String label)
-
getTotalsRowFunction
STableColumn.STotalsRowFunction getTotalsRowFunction()
-
setTotalsRowFunction
void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
-
getTotalsRowFormula
java.lang.String getTotalsRowFormula()
-
setTotalsRowFormula
void setTotalsRowFormula(java.lang.String formula)
-
-