We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 this
GridPro
with a value provider.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>>
EditColumnConfigurator<E>GridPro.addEditColumn
(ValueProvider<E, V> valueProvider, String... sortingProperties) Adds a new edit column to this
GridPro
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.