Skip navigation links
A C D G I S 

A

addColumnToggleListener(Grid<T>, ComponentEventListener<ColumnToggleEvent<T>>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Adds a listener that is notified when column visibility is modified through the sidebar menu.
addToolbarFooter(Grid<?>, Component) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 

C

ColumnToggleEvent<T> - Class in com.flowingcode.vaadin.addons.gridhelpers
Event describing a change in column visibility through the toggle menu.
ColumnToggleEvent(Grid<T>, Grid.Column<T>, boolean) - Constructor for class com.flowingcode.vaadin.addons.gridhelpers.ColumnToggleEvent
 
com.flowingcode.vaadin.addons.gridhelpers - package com.flowingcode.vaadin.addons.gridhelpers
 

D

DENSE_THEME - Static variable in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Compact row styling for Vaadin Grid

G

getColumn() - Method in class com.flowingcode.vaadin.addons.gridhelpers.ColumnToggleEvent
Returns the column whose visibility was toggled.
getEmptyGridLabel(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns the component that is displayed when the Grid would show an empty data set.
getFooter(Grid<?>, Grid.Column<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 
getHeader(Grid<?>, Grid.Column<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 
getHidingToggleCaption(Grid.Column<T>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns the caption of the hiding toggle for this column.
getSelectionFilter(Grid<T>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns the predicate for determining which rows are selectable.
getSelectionMode(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Return the grid selection mode
GRID_STYLES - Static variable in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 
GridHelper<T> - Class in com.flowingcode.vaadin.addons.gridhelpers
 

I

isArrowSelectionEnabled(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns whether Grid rows can be selected using up/down arrow keys.
isColumnToggleVisible(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns whether the menu to toggle the visibility of grid columns is visible.
isEnhancedSelectionEnabled(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns whether the enhanced selection is enabled.
isHidable(Grid.Column<T>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns whether this column can be hidden by the user.
isMenuToggleColumn(Grid.Column<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 
isSelectionColumnFrozen(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns whether the multiselect selection column is frozen.
isSelectionColumnHidden(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Returns whether the multiselect selection column is hidden.
isSelectOnClick(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 

S

setArrowSelectionEnabled(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Allows Grid rows to be selected using up/down arrow keys.
setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets the function that is used for generating CSS class names for all the cells in the rows in this grid.
setColumnToggleVisible(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Shows a menu to toggle the visibility of grid columns.
setEmptyGridLabel(Grid<?>, Component) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets a component that is displayed when the Grid would show an empty data set.
setEnhancedSelectionEnabled(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
When enabled, enhances grid row selection support adding support for these combinations: click, arrow up/down, shift+click, shift+arrow up/down, ctrl+click and ctrl+space.
setHelperClassNameGenerator(Class<?>, SerializableFunction<T, String>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 
setHidable(Grid.Column<T>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets whether this column can be hidden by the user.
setHidingToggleCaption(Grid.Column<T>, String) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets the caption of the hiding toggle for this column.
setSelectionColumnFrozen(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets whether the multiselect selection column is frozen.
setSelectionColumnHidden(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets whether the multiselect selection column is hidden.
setSelectionFilter(Grid<T>, SerializablePredicate<T>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
Sets a predicate for determining which rows are selectable.
setSelectOnClick(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
 
A C D G I S 
Skip navigation links

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