Uses of Enum Class
com.vaadin.flow.component.grid.Grid.NestedNullBehavior
Packages that use Grid.NestedNullBehavior
-
Uses of Grid.NestedNullBehavior in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return Grid.NestedNullBehaviorModifier and TypeMethodDescriptionGrid.getNestedNullBehavior()Get the behavior when facing nestednullvalues.static Grid.NestedNullBehaviorReturns the enum constant of this class with the specified name.static Grid.NestedNullBehavior[]Grid.NestedNullBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.grid with parameters of type Grid.NestedNullBehaviorModifier and TypeMethodDescriptionvoidGrid.setNestedNullBehavior(Grid.NestedNullBehavior nestedNullBehavior) Set the behavior when facing nestednullvalues.