Interface FilterColumn

  • All Known Implementing Classes:
    XSSFFilterColumn

    public interface FilterColumn
    Represent a filtered column.
    Author:
    henrichen
    • Method Detail

      • getColId

        int getColId()
        Returns the column id of this FilterColumn.
        Returns:
        the column id of this FilterColumn.
      • getFilters

        List<String> getFilters()
        Returns the filter String list of this FilterColumn.
        Returns:
        the filter String list of this FilterColumn.
      • getCriteria1

        Set getCriteria1()
      • getCriteria2

        Set getCriteria2()
      • isOn

        boolean isOn()
      • getOperator

        int getOperator()