Package | Description |
---|---|
com.vaadin.flow.component.grid |
Modifier and Type | Method and Description |
---|---|
Grid.NestedNullBehavior |
Grid.getNestedNullBehavior()
Get the behavior when facing nested
null values. |
static Grid.NestedNullBehavior |
Grid.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.setNestedNullBehavior(Grid.NestedNullBehavior nestedNullBehavior)
Set the behavior when facing nested
null values. |
Copyright © 2025. All rights reserved.