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.
- 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.
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.
- 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
- 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
.
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
- 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.
- 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.
- 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.
- 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
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