Uses of Class
com.vaadin.componentfactory.enhancedgrid.EnhancedColumn
Packages that use EnhancedColumn
Package
Description
-
Uses of EnhancedColumn in com.vaadin.componentfactory.enhancedgrid
Methods in com.vaadin.componentfactory.enhancedgrid that return EnhancedColumnModifier and TypeMethodDescription<V extends Comparable<? super V>>
EnhancedColumn<T> EnhancedGrid.addColumn(com.vaadin.flow.function.ValueProvider<T, V> valueProvider, String... sortingProperties) <V extends com.vaadin.flow.component.Component>
EnhancedColumn<T> EnhancedGrid.addComponentColumn(com.vaadin.flow.function.ValueProvider<T, V> componentProvider) EnhancedGrid.getColumnByKey(String columnKey) <V extends Comparable<? super V>>
EnhancedColumn<T> EnhancedColumn.setComparator(com.vaadin.flow.function.ValueProvider<T, V> keyExtractor) EnhancedColumn.setComparator(Comparator<T> comparator) EnhancedColumn.setHeader(com.vaadin.flow.component.Component headerComponent) 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.EnhancedColumn.setResizable(boolean resizable) EnhancedColumn.setSortable(boolean sortable) EnhancedColumn.setSortOrderProvider(com.vaadin.flow.component.grid.SortOrderProvider provider) EnhancedColumn.setSortProperty(String... properties) Methods in com.vaadin.componentfactory.enhancedgrid with parameters of type EnhancedColumnModifier and TypeMethodDescriptionprotected voidEnhancedGrid.setColumnKey(String key, EnhancedColumn<T> column) -
Uses of EnhancedColumn in com.vaadin.componentfactory.enhancedtreegrid
Methods in com.vaadin.componentfactory.enhancedtreegrid that return EnhancedColumnModifier and TypeMethodDescription<V extends com.vaadin.flow.component.Component>
EnhancedColumn<T> EnhancedTreeGrid.addComponentHierarchyColumn(com.vaadin.flow.function.ValueProvider<T, V> componentProvider) Adds a new Hierarchy column that shows components.EnhancedTreeGrid.addHierarchyColumn(com.vaadin.flow.function.ValueProvider<T, ?> valueProvider) Adds a new Hierarchy column to thisGridwith a value provider.