Index

A C F G H I L R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

A

addColumn(ItemLabelGenerator<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Adds a column to each grids.
addColumn(ItemLabelGenerator<T>, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
addFilterableColumn(ItemLabelGenerator<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addFilterableColumn(ItemLabelGenerator<T>, SerializableFunction<T, String>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addFilterableColumn(ItemLabelGenerator<T>, SerializableFunction<T, String>, String, String, boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use addFilterableColumn(itemLabelGenerator, filterableValue) and configure the other properties on the returned TwinColumn.
addFilterableColumn(ItemLabelGenerator<T>, SerializableFunction<T, String>, String, String, boolean, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use addFilterableColumn(itemLabelGenerator, filterableValue) and configure the other properties on the returned TwinColumn.
addFilterableColumn(ItemLabelGenerator<T>, String, String, boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use addFilterableColumn(itemLabelGenerator) and configure the other properties on the returned TwinColumn.
addFilterableColumn(ItemLabelGenerator<T>, String, String, boolean, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use addFilterableColumn(itemLabelGenerator) and configure the other properties on the returned TwinColumn.
addLeftGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getAvailableGrid().addClassName(classname)
addLeftGridSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getAvailableGrid().addSelectionListener(listener);
addRightGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getSelectionGrid().addClassName(classname)
addRightGridSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getSelectionGrid().addSelectionListener(listener);
addSortableColumn(ItemLabelGenerator<T>, Comparator<T>, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use TwinColGrid.addColumn(ItemLabelGenerator).setHeader(header).setComparator(comparator)
addSortableColumn(ItemLabelGenerator<T>, Comparator<T>, String, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use TwinColGrid.addColumn(ItemLabelGenerator).setHeader(header).setComparator(comparator).setKey(key)
addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<Set<T>>>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
asList() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

C

clearAll() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
com.flowingcode.vaadin.addons.twincolgrid - package com.flowingcode.vaadin.addons.twincolgrid
 
createFirstHeaderRow(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Configure this component to create the first header row (for column header labels).

F

FilterableTwinColumn<T> - Class in com.flowingcode.vaadin.addons.twincolgrid
Fluent helper object that delegates setters on both columns.
FilterableTwinColumn(Grid.Column<T>, Grid.Column<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
forEachGrid(Consumer<Grid<T>>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

G

getAvailableGrid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Return the grid that contains the available items.
getAvailableGridCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the text shown above the grid with the available items.
getCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the component caption.
getEmptyValue() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
getErrorMessage() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
getLeftColumnCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
getLeftGrid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use TwinColGrid.getAvailableGrid(). Depending on the orientation, the "left grid" may not be located at the left side.
getOrientation() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
getRightColumnCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
getRightGrid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use TwinColGrid.getSelectionGrid(). Depending on the orientation, the "right grid" may not be located at the right side.
getSelectionGrid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Return the grid that contains the selected items.
getSelectionGridCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the text shown above the grid with the selected items.
getValue() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the current value of this object which is an immutable set of the currently selected items.

H

HORIZONTAL - Enum constant in enum com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid.Orientation
 
HORIZONTAL_REVERSE - Enum constant in enum com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid.Orientation
 

I

isAutoResize() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Return whether autoResize is set or not.
isInvalid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
isReadOnly() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
isRequiredIndicatorVisible() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
isSelectionGridReorderingAllowed() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Return whether drag-and-drop within the selection grid is allowed.

L

leftGrid - Variable in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getAvailableGrid()
leftGridDataProvider - Variable in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getAvailableGrid().getDataProvider()
LegacyTwinColGrid<T> - Class in com.flowingcode.vaadin.addons.twincolgrid
Deprecated.
LegacyTwinColGrid() - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Constructs a new TwinColGrid with an empty ListDataProvider.
LegacyTwinColGrid(Grid<T>, Grid<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Constructs a new empty TwinColGrid, using the specified grids for each side.
LegacyTwinColGrid(ListDataProvider<T>, String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
LegacyTwinColGrid(String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
LegacyTwinColGrid(String, Grid<T>, Grid<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
LegacyTwinColGrid(String, Supplier<Grid<T>>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
LegacyTwinColGrid(Collection<T>, String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
LegacyTwinColGrid(Supplier<Grid<T>>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Constructs a new empty TwinColGrid, using the specified supplier for instantiating both grids.

R

removeLeftGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getAvailableGrid().removeClassName(classname)
removeRightGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getSelectionGrid().removeClassName(classname)
rightGrid - Variable in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getSelectionGrid()
rightGridDataProvider - Variable in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getSelectionGrid().getDataProvider()

S

selectRowOnClick() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setAutoResize(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets whether component should update orientation on resize.
setAutoWidth(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setAutoWidth(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Enables or disables automatic width for the columns.
setCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets the component caption.
setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets the function that is used for generating CSS class names for cells in both columns.
setClearButtonVisible(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
Set to false to hide the clear button which clears the filter text field.
setComparator(ValueProvider<T, V>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setComparator(ValueProvider<T, V>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets a comparator to use with in-memory sorting with both columns based on the return type of the given ValueProvider.
setComparator(Comparator<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setComparator(Comparator<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets a comparator to use with in-memory sorting with both columns.
setDataProvider(ListDataProvider<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
 
setDataProvider(ListDataProvider<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setErrorMessage(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setFilterPlaceholder(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
Set the placeholder of the filter text field on both columns.
setFlexGrow(int) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setFlexGrow(int) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets the flex grow ratio for the columns.
setFooter(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setFooter(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets a footer text to both columns.
setFooter(Supplier<Component>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setFooter(Supplier<Component>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets a footer component to both columns.
setHeader(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setHeader(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets a header text to both columns.
setHeader(Supplier<Component>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setHeader(Supplier<Component>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets a header component to both columns.
setInvalid(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setItems(Collection<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setItems(Stream<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setKey(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setKey(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets the user-defined identifier to map the columns.
setLeftGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getAvailableGrid().setClassName(classname)
setMoveItemsByDoubleClick(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets whether a doubleclick event immediately moves an item to the other grid
setReadOnly(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setRequiredIndicatorVisible(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setRightGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
Deprecated.
Use getSelectionGrid().setClassName(classname)
setSelectionGridReorderingAllowed(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Configure whether drag-and-drop within the selection grid is allowed.
setSortable(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setSortable(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets whether the user can sort the columns or not.
setSortOrderProvider(SortOrderProvider) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setSortOrderProvider(SortOrderProvider) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets the sort orders when sorting the columns.
setSortProperty(String...) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setSortProperty(String...) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets strings describing back end properties to be used when sorting the columns.
setValue(Set<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Set value to grid
setWidth(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.FilterableTwinColumn
 
setWidth(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
Sets the width of the columns as a CSS-string.

T

TwinColGrid<T> - Class in com.flowingcode.vaadin.addons.twincolgrid
 
TwinColGrid() - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Constructs a new TwinColGrid with an empty ListDataProvider.
TwinColGrid(Grid<T>, Grid<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Constructs a new empty TwinColGrid, using the specified grids for each side.
TwinColGrid(Collection<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Constructs a new TwinColGrid with the given options.
TwinColGrid(Supplier<Grid<T>>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Constructs a new empty TwinColGrid, using the specified supplier for instantiating both grids.
TwinColGrid.Orientation - Enum in com.flowingcode.vaadin.addons.twincolgrid
enumeration of all available orientation for TwinGolGrid component
TwinColumn<T> - Class in com.flowingcode.vaadin.addons.twincolgrid
Fluent helper object that delegates setters on both columns.
TwinColumn() - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColumn
 

V

valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid.Orientation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL - Enum constant in enum com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid.Orientation
 
VERTICAL_REVERSE - Enum constant in enum com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid.Orientation
 

W

withAvailableGridCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets the text shown above the grid with the available items.
withDragAndDropSupport() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Adds drag n drop support between grids.
withLeftColumnCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
withOrientation(TwinColGrid.Orientation) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets orientation for TwinColGridComponent
withoutAddAllButton() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
withoutAddButton() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
withoutRemoveAllButton() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
withoutRemoveButton() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
withRightColumnCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.LegacyTwinColGrid
withSelectionGridCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets the text shown above the grid with the selected items.
withSelectionGridReordering() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Allow drag-and-drop within the selection grid.
withSizeFull() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
A C F G H I L R S T V W 
All Classes and Interfaces|All Packages|Serialized Form