Uses of Class
com.vaadin.flow.component.gridpro.EditColumnConfigurer
Packages that use EditColumnConfigurer
-
Uses of EditColumnConfigurer in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return EditColumnConfigurerModifier and TypeMethodDescriptionAbstractGridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E, ?> valueProvider) Adds a new edit column to thisGridProwith a value provider.AbstractGridPro.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>>
EditColumnConfigurer<E> AbstractGridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E, V> valueProvider, String... sortingProperties) Adds a new edit column to thisGridProwith a value provider and sorting properties.AbstractGridPro.addEditColumn(String propertyName) Adds a new edit column for the given property name.EditColumnConfigurer.withManualRefresh()Configures the column to not refresh the item automatically when a property is updated.