public interface FilterModelFactory
ColumnConditionModel
based on properties.Modifier and Type | Method and Description |
---|---|
<T> ColumnConditionModel<Attribute<T>,T> |
createFilterModel(Property<T> property)
Creates a
ColumnConditionModel for the given property |
<T> ColumnConditionModel<Attribute<T>,T> createFilterModel(Property<T> property)
ColumnConditionModel
for the given propertyT
- the column value typeproperty
- the Property for which to create a ColumnConditionModel
ColumnConditionModel
for the given property, null if filtering should
not be allowed for this property