Index

A C F G H I O P R S V 
All Classes and Interfaces|All Packages|Serialized Form

A

addHierarchyColumn(ValueProvider<T, ?>) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
 
addThemeVariants(SelectionGridVariant...) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Adds theme variants to the component.
addThemeVariants(SelectionGridVariant...) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Adds theme variants to the component.

C

com.vaadin.componentfactory.selectiongrid - package com.vaadin.componentfactory.selectiongrid
 

F

focusOnCell(T) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Focus on the first cell on the row
focusOnCell(T) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Focus on the first cell on the row
focusOnCell(T, Grid.Column<T>) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Focus on the specific column on the row
focusOnCell(T, Grid.Column<T>) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Focus on the specific column on the row

G

getParent(T) - Method in interface com.vaadin.componentfactory.selectiongrid.ParentItemProvider
Returns the parent for a given item.
getVariantName() - Method in enum class com.vaadin.componentfactory.selectiongrid.SelectionGridVariant
Gets the variant name.

H

hideMultiSelectionColumn() - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Runs a JavaScript snippet to hide the multi selection / checkbox column on the client side.
hideMultiSelectionColumn() - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Runs a JavaScript snippet to hide the multi selection / checkbox column on the client side.

I

isMultiSelectionColumnVisible() - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Returns true if the multi selection column is visible, false otherwise.
isMultiSelectionColumnVisible() - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Returns true if the multi selection column is visible, false otherwise.
isPersistentCheckboxSelection() - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Returns true if the checkbox selection is persistent, false otherwise.
isPersistentCheckboxSelection() - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Returns true if the checkbox selection is persistent, false otherwise.

O

onAttach(AttachEvent) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Runs the super.onAttach and hides the multi selection column afterwards (if necessary).
onAttach(AttachEvent) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Runs the super.onAttach and hides the multi selection column afterwards (if necessary).

P

ParentItemProvider<T> - Interface in com.vaadin.componentfactory.selectiongrid
A functional interface, that allows an object based on a different item.

R

removeThemeVariants(SelectionGridVariant...) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Removes theme variants from the component.
removeThemeVariants(SelectionGridVariant...) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Removes theme variants from the component.

S

scrollToIndex(int) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
 
SELECTABLE_TEXT - Enum constant in enum class com.vaadin.componentfactory.selectiongrid.SelectionGridVariant
 
SelectionGrid<T> - Class in com.vaadin.componentfactory.selectiongrid
 
SelectionGrid() - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionGrid
 
SelectionGrid(int) - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionGrid
 
SelectionGrid(Class<T>) - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionGrid
 
SelectionGrid(Class<T>, boolean) - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionGrid
 
SelectionGridVariant - Enum Class in com.vaadin.componentfactory.selectiongrid
Set of theme variants applicable for vaadin-selection-grid component.
SelectionTreeGrid<T> - Class in com.vaadin.componentfactory.selectiongrid
 
SelectionTreeGrid() - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
 
SelectionTreeGrid(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Creates a new instance using the given hierarchical data provider.
SelectionTreeGrid(Class<T>) - Constructor for class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
 
setMultiSelectionColumnVisible(boolean) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Sets the visibility of the multi selection column.
setMultiSelectionColumnVisible(boolean) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Sets the visibility of the multi selection column.
setPersistentCheckboxSelection(boolean) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
Sets the checkbox selection to be persistent or not.
setPersistentCheckboxSelection(boolean) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
Sets the checkbox selection to be persistent or not.
setSelectionModel(GridSelectionModel<T>, Grid.SelectionMode) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionGrid
 
setSelectionModel(GridSelectionModel<T>, Grid.SelectionMode) - Method in class com.vaadin.componentfactory.selectiongrid.SelectionTreeGrid
 

V

valueOf(String) - Static method in enum class com.vaadin.componentfactory.selectiongrid.SelectionGridVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.componentfactory.selectiongrid.SelectionGridVariant
Returns an array containing the constants of this enum class, in the order they are declared.
A C F G H I O P R S V 
All Classes and Interfaces|All Packages|Serialized Form