| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
static Grid.Column.NestedNullBehavior |
Grid.Column.NestedNullBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grid.Column.NestedNullBehavior[] |
Grid.Column.NestedNullBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Grid.Column<T,?> |
Grid.addColumn(String propertyName,
AbstractRenderer<? super T,?> renderer,
Grid.Column.NestedNullBehavior nestedNullBehavior)
Adds a new column with the given property name and renderer.
|
| Constructor and Description |
|---|
Column(ValueProvider<T,V> valueProvider,
ValueProvider<V,P> presentationProvider,
Renderer<? super P> renderer,
Grid.Column.NestedNullBehavior nestedNullBehavior)
Constructs a new Column configuration with given renderer and value
provider.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.