public interface STableColumn
Modifier and Type | Interface and Description |
---|---|
static class |
STableColumn.STotalsRowFunction |
Modifier and Type | Method and 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) |
String getName()
void setName(String name)
String getTotalsRowLabel()
void setTotalsRowLabel(String label)
STableColumn.STotalsRowFunction getTotalsRowFunction()
void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
String getTotalsRowFormula()
void setTotalsRowFormula(String formula)
Copyright © 2020. All rights reserved.