Skip navigation links
A C G I L R S T 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.
addLeftGridSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addRightGridSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<Set<T>>>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

C

com.flowingcode.vaadin.addons.twincolgrid - package com.flowingcode.vaadin.addons.twincolgrid
 

G

getLeftColumnCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the text shown above the left column.
getRightColumnCaption() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the text shown above the right column.
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

isReadOnly() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
isRequiredIndicatorVisible() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

L

leftGrid - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
leftGridDataProvider - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

R

rightGrid - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
rightGridDataProvider - Variable in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

S

setItems(Collection<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setItems(Stream<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setReadOnly(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setRequiredIndicatorVisible(boolean) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
setValue(Set<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 

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(ListDataProvider<T>, String) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Constructs a new TwinColGrid with data provider for options.
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
Constructs a new TwinColGrid with caption and the given options.

W

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
Sets the text shown above the left column.
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
Sets the text shown above the right column.
withSizeFull() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
A C G I L R S T W 
Skip navigation links

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