Uses of Interface
com.vaadin.flow.component.grid.FilterFieldDto
Packages that use FilterFieldDto
-
Uses of FilterFieldDto in com.vaadin.componentfactory.enhancedgrid
Methods in com.vaadin.componentfactory.enhancedgrid that return types with arguments of type FilterFieldDtoModifier and TypeMethodDescriptioncom.vaadin.flow.component.HasValueAndElement<?, ? extends FilterFieldDto> EnhancedColumn.getFilter()Returns the filter.Method parameters in com.vaadin.componentfactory.enhancedgrid with type arguments of type FilterFieldDtoModifier and TypeMethodDescriptionprotected voidEnhancedColumn.addFilterButtonToHeader(com.vaadin.flow.component.Component headerComponent, com.vaadin.flow.component.HasValueAndElement<?, ? extends FilterFieldDto> filter) EnhancedColumn.setHeader(com.vaadin.flow.component.Component headerComponent, com.vaadin.flow.component.HasValueAndElement<?, ? extends FilterFieldDto> filter) Set the header of this column to the given component and add a filter button and afilter componentto perform column's filtering.EnhancedColumn.setHeader(String labelText, com.vaadin.flow.component.HasValueAndElement<?, ? extends FilterFieldDto> filter) Set the header of this column to the given label text and add a filter button and afilter componentto perform column's filtering.