Uses of Class
com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
-
Uses of LegacyTwinColGrid in com.flowingcode.vaadin.addons.twincolgrid
Methods in com.flowingcode.vaadin.addons.twincolgrid that return LegacyTwinColGridModifier and TypeMethodDescriptionLegacyTwinColGrid.addColumn(ItemLabelGenerator<T> itemLabelGenerator, String header) Deprecated.LegacyTwinColGrid.addFilterableColumn(ItemLabelGenerator<T> itemLabelGenerator, SerializableFunction<T, String> filterableValue, String header, String filterPlaceholder, boolean enableClearButton) Deprecated.UseaddFilterableColumn(itemLabelGenerator, filterableValue)and configure the other properties on the returnedTwinColumn.LegacyTwinColGrid.addFilterableColumn(ItemLabelGenerator<T> itemLabelGenerator, SerializableFunction<T, String> filterableValue, String header, String filterPlaceholder, boolean enableClearButton, String key) Deprecated.UseaddFilterableColumn(itemLabelGenerator, filterableValue)and configure the other properties on the returnedTwinColumn.LegacyTwinColGrid.addFilterableColumn(ItemLabelGenerator<T> itemLabelGenerator, String header, String filterPlaceholder, boolean enableClearButton) Deprecated.UseaddFilterableColumn(itemLabelGenerator)and configure the other properties on the returnedTwinColumn.LegacyTwinColGrid.addFilterableColumn(ItemLabelGenerator<T> itemLabelGenerator, String header, String filterPlaceholder, boolean enableClearButton, String key) Deprecated.UseaddFilterableColumn(itemLabelGenerator)and configure the other properties on the returnedTwinColumn.LegacyTwinColGrid.addSortableColumn(ItemLabelGenerator<T> itemLabelGenerator, Comparator<T> comparator, String header) Deprecated.UseTwinColGrid.addColumn(ItemLabelGenerator).setHeader(header).setComparator(comparator)LegacyTwinColGrid.addSortableColumn(ItemLabelGenerator<T> itemLabelGenerator, Comparator<T> comparator, String header, String key) Deprecated.UseTwinColGrid.addColumn(ItemLabelGenerator).setHeader(header).setComparator(comparator).setKey(key)LegacyTwinColGrid.withLeftColumnCaption(String caption) Deprecated.LegacyTwinColGrid.withRightColumnCaption(String caption) Deprecated.
TwinColGrid.addColumn(ItemLabelGenerator).setHeader(header)