Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addClassName(String) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Adds a CSS class name to this element.
- addClassNames(String...) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Adds one or more CSS class names to this element.
- 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.
- addListener(SerializableConsumer<GridResponsiveStepEvent>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Adds a listener which is invoked when the layout changes because of grid resizing.
- 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
- CSS - Enum constant in enum class com.flowingcode.vaadin.addons.gridhelpers.HeightMode
-
The height of the Component is defined by a CSS-like value.
- cummulative() - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep.GridResponsiveStepListenerRegistration
-
Set the registered listener as cummulative.
D
- DENSE_THEME - Static variable in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Compact row styling for Vaadin Grid
G
- getClassName() - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Gets the CSS class names for this element.
- 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
-
Deprecated.
- getFooterStyles(Grid<?>, FooterRow) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
- getFooterStyles(Grid<?>, FooterRow.FooterCell) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
- getHeader(Grid<?>, Grid.Column<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Deprecated.
- getHeaderStyles(Grid<?>, HeaderRow) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
- getHeaderStyles(Grid<?>, HeaderRow.HeaderCell) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
- getHeightByRows(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Gets the amount of rows in Grid's body that are shown, while
#getHeightMode()
isHeightMode.ROW
. - getHeightMode(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Defines the mode in which the Grid's height is calculated.
- getHidingToggleCaption(Grid.Column<T>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Returns the caption of the hiding toggle for this column.
- getMinWidth() - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Return the minimum width (in pixels) after which this responsive step is to be applied.
- getMinWidth() - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStepEvent
-
Returns the minimum width (in pixels) on which the step is applied.
- getResponsiveSteps(Grid<T>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Return the responsive steps of the given
grid
. - 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
- getSource() - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStepEvent
-
Returns the
Grid
component that fired the event. - GRID_STYLES - Static variable in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
- GridHelper<T> - Class in com.flowingcode.vaadin.addons.gridhelpers
- GridResponsiveStep<T> - Class in com.flowingcode.vaadin.addons.gridhelpers
-
Class used in describing the responsive layouting behavior of a
Grid
- GridResponsiveStep.GridResponsiveStepListenerRegistration - Interface in com.flowingcode.vaadin.addons.gridhelpers
-
A registration object for removing or configuring a
GridResponsiveStep
listener. - GridResponsiveStepEvent - Class in com.flowingcode.vaadin.addons.gridhelpers
-
An event that is fired when the responsive step of a Grid component changes.
- GridStylesHelper - Interface in com.flowingcode.vaadin.addons.gridhelpers
-
Represents an HTML element that supports CSS classes.
H
- hasClassName(String) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Checks if the element has the given class name.
- HeightMode - Enum Class in com.flowingcode.vaadin.addons.gridhelpers
-
The modes for height calculation that are supported
GridHelper
. - hide(Grid.Column<?>...) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Hide the given columns when this responsive step is applied.
- hide(List<Grid.Column<T>>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Hide the given columns when this responsive step is applied.
- hideAll() - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Hide all the grid columns when this responsive step is applied.
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.
- isFooterVisible(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Returns the visibility of the footer section.
- isHeaderVisible(Grid<?>) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Returns the visibility of the header section.
- 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
-
Deprecated.
- 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
R
- remove() - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Remove this responsive step and update the Grid.
- removeClassName(String) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Removes a CSS class name from this element.
- removeClassNames(String...) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Removes one or more CSS class names from element.
- responsiveStep(Grid<T>, int) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Get or create a responsive steps for the given
grid
and minimum width. - ROW - Enum constant in enum class com.flowingcode.vaadin.addons.gridhelpers.HeightMode
-
The height of the Component is defined by a number of rows.
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.
- setClassName(String) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Sets the CSS class names of this element.
- setClassName(String, boolean) - Method in interface com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
Sets or removes the given class name for this element.
- 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.
- setColumns(Grid.Column<?>...) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Set the columns that should be visible when this responsive step is applied.
- setColumns(List<Grid.Column<T>>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Set the columns that should be visible when this responsive step is applied.
- 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.
- setFooterVisible(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Sets the visibility of the footer section.
- setHeaderVisible(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
- setHeightByRows(Grid<?>, double) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Sets the number of rows that should be visible in Grid's body.
- setHeightByRows(Grid<?>, int) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Sets the number of rows that should be visible in Grid's body, while
#getHeightMode()
isHeightMode.ROW
. - setHeightMode(Grid<?>, HeightMode) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Defines the mode in which the Grid's height is calculated.
- 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.
- setItemDetailsRenderer(SerializableFunction<T, C>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Set the renderer to use for displaying the item details rows when this responsive step is applied.
- setItemDetailsRenderer(Renderer<T>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Set the renderer to use for displaying the item details rows when this responsive step is applied.
- setSelectionColumnFrozen(Grid<?>, boolean) - Static method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Deprecated.
- 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
- show(Grid.Column<?>...) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Show the given columns when this responsive step is applied.
- show(List<Grid.Column<T>>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Show the given columns when this responsive step is applied.
- showAll() - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStep
-
Show all the grid columns when this responsive step is applied.
V
- valueOf(String) - Static method in enum class com.flowingcode.vaadin.addons.gridhelpers.HeightMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.flowingcode.vaadin.addons.gridhelpers.HeightMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form