Package | Description |
---|---|
com.vaadin.flow.component.gridpro |
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(ValueProvider<E,?> valueProvider)
Adds a new edit column to this
GridPro with a value provider. |
EditColumnConfigurator<E> |
GridPro.addEditColumn(ValueProvider<E,?> valueProvider,
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(ValueProvider<E,V> valueProvider,
String... sortingProperties)
Adds a new edit column to this
GridPro with a value provider and
sorting properties. |
Copyright © 2020. All rights reserved.