Interface ColumnHeader<I extends QueryItem>

    • Method Detail

      • getDisplayName

        String getDisplayName()
        The display name is the string representation of this column. Used to give this column a name during presentation.
        Returns:
        String representation of this column.
      • fits

        boolean fits​(I item)
        Determines if a specific item is meant part of this column.
        Parameters:
        item - the given item to check.
        Returns:
        True, if the item is supposed to be part of this column. Otherwise false.