| Modifier and Type | Method and Description |
|---|---|
EditColumnConfigurator<E> |
GridPro.addEditColumn(String propertyName)
Adds a new edit column for the given property name.
|
EditColumnConfigurator<E> |
GridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E,?> valueProvider)
Adds a new edit column to this
GridPro with a value provider. |
EditColumnConfigurator<E> |
GridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E,?> valueProvider,
com.vaadin.flow.data.renderer.Renderer<E> renderer)
Adds a new edit column to this
GridPro with a value provider
and renderer which is used to display the content when the cell is
not in the edit mode. |
<V extends Comparable<? super V>> |
GridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E,V> valueProvider,
String... sortingProperties)
Adds a new edit column to this
GridPro with a value provider and
sorting properties. |
Copyright © 2021. All rights reserved.