Uses of Class
com.vaadin.flow.component.gridpro.EditColumnConfigurator
Packages that use EditColumnConfigurator
-
Uses of EditColumnConfigurator in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return EditColumnConfiguratorModifier and TypeMethodDescriptionGridPro.addEditColumn
(ValueProvider<E, ?> valueProvider) Adds a new edit column to thisGridPro
with a value provider.GridPro.addEditColumn
(ValueProvider<E, ?> valueProvider, Renderer<E> renderer) Adds a new edit column to thisGridPro
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>>
EditColumnConfigurator<E>GridPro.addEditColumn
(ValueProvider<E, V> valueProvider, String... sortingProperties) Adds a new edit column to thisGridPro
with a value provider and sorting properties.GridPro.addEditColumn
(String propertyName) Adds a new edit column for the given property name.EditColumnConfigurator.withCellEditableProvider
(SerializablePredicate<T> cellEditableProvider) Configures a predicate that determines whether individual cells in this column are editable.EditColumnConfigurator.withManualRefresh()
Configures the column to not refresh the item automatically when a property is updated.