Uses of Class
com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
-
Uses of EditColumnConfigurator in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return EditColumnConfigurator Modifier and Type Method Description EditColumnConfigurator<E>GridPro. addEditColumn(com.vaadin.flow.function.ValueProvider<E,?> valueProvider)Adds a new edit column to thisGridProwith 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 thisGridProwith 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>>
EditColumnConfigurator<E>GridPro. addEditColumn(com.vaadin.flow.function.ValueProvider<E,V> valueProvider, String... sortingProperties)Adds a new edit column to thisGridProwith a value provider and sorting properties.EditColumnConfigurator<E>GridPro. addEditColumn(String propertyName)Adds a new edit column for the given property name.
-