Package com.vaadin.flow.component.grid
Interface FilterFieldDto<T>
- Type Parameters:
T- type of the filter field dto
public interface FilterFieldDto<T>
Interface for a filter field dto.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the filter predicate.booleanisEmpty()Returns true if the filter field is empty.
-
Method Details
-
getFilterPredicate
Returns the filter predicate.- Returns:
- the filter predicate
-
isEmpty
boolean isEmpty()Returns true if the filter field is empty.- Returns:
- true if the filter field is empty
-