- setArrowSelectionEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Allow 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.
- setColumnToggleLabel(Grid.Column<T>, String) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
- setColumnToggleVisible(boolean) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Show a menu to toggle the visibility of grid columns
- setSelectionColumnFrozen(boolean) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Set whether the multiselect selection column is frozen.
- setSelectionColumnHidden(boolean) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Set whether the multiselect selection column is hidden.
- setSelectionFilter(SerializablePredicate<T>) - Method in class com.flowingcode.vaadin.addons.gridhelpers.GridHelper
-
Set a predicate for determining which rows are selectable.