Uses of Class
com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
-
Uses of TwinColumn in com.flowingcode.vaadin.addons.twincolgrid
Subclasses of TwinColumn in com.flowingcode.vaadin.addons.twincolgridModifier and TypeClassDescriptionclassFluent helper object that delegates setters on both columns.Methods in com.flowingcode.vaadin.addons.twincolgrid that return TwinColumnModifier and TypeMethodDescriptionTwinColGrid.addColumn(ItemLabelGenerator<T> itemLabelGenerator) Adds a column to each grids.TwinColumn.setAutoWidth(boolean autoWidth) Enables or disables automatic width for the columns.TwinColumn.setClassNameGenerator(SerializableFunction<T, String> classNameGenerator) Sets the function that is used for generating CSS class names for cells in both columns.<V extends Comparable<? super V>>
TwinColumn<T>FilterableTwinColumn.setComparator(ValueProvider<T, V> keyExtractor) <V extends Comparable<? super V>>
TwinColumn<T>TwinColumn.setComparator(ValueProvider<T, V> keyExtractor) Sets a comparator to use with in-memory sorting with both columns based on the return type of the givenValueProvider.TwinColumn.setComparator(Comparator<T> comparator) Sets a comparator to use with in-memory sorting with both columns.TwinColumn.setFlexGrow(int flexGrow) Sets the flex grow ratio for the columns.Sets a footer text to both columns.Sets a footer component to both columns.Sets a header text to both columns.Sets a header component to both columns.Sets the user-defined identifier to map the columns.TwinColumn.setSortable(boolean sortable) Sets whether the user can sort the columns or not.TwinColumn.setSortOrderProvider(SortOrderProvider provider) Sets the sort orders when sorting the columns.TwinColumn.setSortProperty(String... properties) Sets strings describing back end properties to be used when sorting the columns.Sets the width of the columns as a CSS-string.