public interface STableColumn
Modifier and Type | Interface and Description |
---|---|
static class |
STableColumn.STotalsRowFunction |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getTotalsRowFormula() |
STableColumn.STotalsRowFunction |
getTotalsRowFunction() |
java.lang.String |
getTotalsRowLabel() |
void |
setName(java.lang.String name) |
void |
setTotalsRowFormula(java.lang.String formula) |
void |
setTotalsRowFunction(STableColumn.STotalsRowFunction func) |
void |
setTotalsRowLabel(java.lang.String label) |
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String getTotalsRowLabel()
void setTotalsRowLabel(java.lang.String label)
STableColumn.STotalsRowFunction getTotalsRowFunction()
void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
java.lang.String getTotalsRowFormula()
void setTotalsRowFormula(java.lang.String formula)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.