Uses of Class
com.vaadin.ui.Grid.Column.NestedNullBehavior
-
Packages that use Grid.Column.NestedNullBehavior Package Description com.vaadin.ui -
-
Uses of Grid.Column.NestedNullBehavior in com.vaadin.ui
Methods in com.vaadin.ui that return Grid.Column.NestedNullBehavior Modifier and Type Method 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.Methods in com.vaadin.ui with parameters of type Grid.Column.NestedNullBehavior Modifier and Type Method 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.Constructors in com.vaadin.ui with parameters of type Grid.Column.NestedNullBehavior Constructor 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.
-