public interface ColumnHeader<I extends QueryItem>
Report. It determines weather a given <Item>
belongs into the representing column.| Modifier and Type | Method and Description |
|---|---|
boolean |
fits(I item)
Determines if a specific item is meant part of this column.
|
String |
getDisplayName()
The display name is the string representation of this column.
|
String getDisplayName()
boolean fits(I item)
item - the given item to check.Copyright © 2020. All rights reserved.