Class TableColumnImpl

All Implemented Interfaces:
STableColumn, Serializable

public class TableColumnImpl extends AbstractTableColumnAdv
Table column.
Since:
3.8.0
Author:
henri
See Also:
  • Constructor Details

    • TableColumnImpl

      public TableColumnImpl(String name)
  • Method Details

    • getName

      public String getName()
    • getTotalsRowLabel

      public String getTotalsRowLabel()
    • getTotalsRowFunction

      public STableColumn.STotalsRowFunction getTotalsRowFunction()
    • setName

      public void setName(String name)
    • setTotalsRowLabel

      public void setTotalsRowLabel(String label)
    • setTotalsRowFunction

      public void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
    • getTotalsRowFormula

      public String getTotalsRowFormula()
    • setTotalsRowFormula

      public void setTotalsRowFormula(String formula)