public class TableColumnImpl extends AbstractTableColumnAdv
STableColumn.STotalsRowFunction
Constructor and Description |
---|
TableColumnImpl(String name) |
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) |
public TableColumnImpl(String name)
public String getName()
public String getTotalsRowLabel()
public STableColumn.STotalsRowFunction getTotalsRowFunction()
public void setName(String name)
public void setTotalsRowLabel(String label)
public void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
public String getTotalsRowFormula()
public void setTotalsRowFormula(String formula)
Copyright © 2020. All rights reserved.