Class FilterRowPainter

  • All Implemented Interfaces:
    ICellPainter

    public class FilterRowPainter
    extends CellPainterWrapper
    Painter that is used to paint the cells of the filter row. In detail it is a TextPainter that is wrapped and decorated with an ImagePainter to indicate filter states.
    • Constructor Detail

      • FilterRowPainter

        public FilterRowPainter​(ImagePainter filterIconPainter)
        Creates a FilterRowPainter that uses the given Image as filter icon painter.
        Parameters:
        filterIconPainter - The ImagePainter that should be used to paint the icon in the filter row cells.
    • Method Detail

      • getFilterIconPainter

        public ImagePainter getFilterIconPainter()
        Returns:
        The ImagePainter that is used to paint the icon in the filter row cells.