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

A

addColumn(ValueProvider<T, V>, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Adds a new text column to this Grid with a value provider.
addLeftGridSelectionListener(SelectionListener<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addRightGridSelectionListener(SelectionListener<T>) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addSortableColumn(ValueProvider<T, V>, SerializableComparator<T>, String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
addValueChangeListener(HasValue.ValueChangeListener<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.
getRows() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Returns the number of rows in the selects.
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
 
showAddAllButton() - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
 
showRemoveAllButton() - 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>) - 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(String, ListDataProvider<T>) - Constructor for class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Constructs a new TwinColGrid with caption and data provider for options.
TwinColGrid(String, Collection<T>) - 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.
withRightColumnCaption(String) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets the text shown above the right column.
withRows(int) - Method in class com.flowingcode.vaadin.addons.twincolgrid.TwinColGrid
Sets the number of rows in the selects.
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 FlowingCode S.A.. All rights reserved.