Uses of Class
com.vaadin.flow.component.grid.Grid.NestedNullBehavior
-
Packages that use Grid.NestedNullBehavior Package Description com.vaadin.flow.component.grid -
-
Uses of Grid.NestedNullBehavior in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return Grid.NestedNullBehavior Modifier and Type Method Description Grid.NestedNullBehaviorGrid. getNestedNullBehavior()Get the behavior when facing nestednullvalues.static Grid.NestedNullBehaviorGrid.NestedNullBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static Grid.NestedNullBehavior[]Grid.NestedNullBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.grid with parameters of type Grid.NestedNullBehavior Modifier and Type Method Description voidGrid. setNestedNullBehavior(Grid.NestedNullBehavior nestedNullBehavior)Set the behavior when facing nestednullvalues.
-