Interface LogicalFilterComponent<C extends com.vaadin.flow.component.Component & LogicalFilterComponent<C>>

All Superinterfaces:
FilterComponent, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasStyle, Serializable
All Known Implementing Classes:
GroupFilter

public interface LogicalFilterComponent<C extends com.vaadin.flow.component.Component & LogicalFilterComponent<C>> extends FilterComponent
Component which can contain other filter components and can be used for filtering entities returned by the DataLoader. The component is related to LogicalCondition which will be used together with query when loading entities into the DataLoader.