Skip navigation links
A C F G I L R S T V W 

A

addColumn(ItemLabelGenerator<T>, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Adds a new text column to this Grid with a value provider.
addFilterableColumn(ItemLabelGenerator<T>, SerializableFunction<T, String>, String, String, boolean, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addFilterableColumn(ItemLabelGenerator<T>, String, String, boolean) - 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.TwinColGrid
 
addFilterableColumn(ItemLabelGenerator<T>, String, String, boolean, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addLeftGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getAvailableGrid().addClassName(classname)
addLeftGridSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getAvailableGrid().addSelectionListener(listener);
addRightGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getSelectionGrid().addClassName(classname)
addRightGridSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getSelectionGrid().addSelectionListener(listener);
addSortableColumn(ItemLabelGenerator<T>, Comparator<T>, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Adds a new sortable text column to this Grid with a value provider.
addSortableColumn(ItemLabelGenerator<T>, Comparator<T>, String, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Adds a new sortable text column to this Grid with a value provider.
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
 

F

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
 
getLeftColumnCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
getLeftGrid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
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.TwinColGrid
getRightGrid() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
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.

I

isAutoResize() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Return whether autoResize is set or not.
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.TwinColGrid
Deprecated.
Use getAvailableGrid()
leftGridDataProvider - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getAvailableGrid().getDataProvider()

R

removeLeftGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getAvailableGrid().removeClassName(classname)
removeRightGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getSelectionGrid().removeClassName(classname)
rightGrid - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Deprecated.
Use getSelectionGrid()
rightGridDataProvider - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
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.
setCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets the component caption.
setItems(Collection<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setItems(Stream<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setLeftGridClassName(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
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.TwinColGrid
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.
setValue(Set<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Set value to grid

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(String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
TwinColGrid(ListDataProvider<T>, String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
TwinColGrid(String, Supplier<Grid<T>>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
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(String, Grid<T>, Grid<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
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(Collection<T>, String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
TwinColGrid.Orientation - Enum in com.flowingcode.vaadin.addons.twincolgrid
enumeration of all available orientation for TwinGolGrid component

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.

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.TwinColGrid
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.TwinColGrid
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 I L R S T V W 
Skip navigation links

Copyright © 2017–2022 Flowing Code. All rights reserved.