- 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.
- setHelperClassNameGenerator(Class<?>, SerializableFunction<T, String>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
- 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
-