public interface ConditionPanelFactory
ColumnConditionPanel
sModifier and Type | Method and Description |
---|---|
<C,T> ColumnConditionPanel<C,T> |
createConditionPanel(FilteredTableColumn<C> column)
Creates a ColumnConditionPanel for the given column, returns null if none is available
|
<C,T> ColumnConditionPanel<C,T> createConditionPanel(FilteredTableColumn<C> column)
C
- the column identifier typeT
- the column value typecolumn
- the column