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.GridPro.EditColumn
Packages that use GridPro.EditColumn
-
Uses of GridPro.EditColumn in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return GridPro.EditColumnModifier and TypeMethodDescriptionprotected GridPro.EditColumn<E>
GridPro.createEditColumn
(Renderer<E> renderer, String columnId) Creates a new edit column instance for this
GridPro
instance.protected GridPro.EditColumn<T>
GridPro.EditColumn.setEditorType
(EditorType type) Sets the type of the editor that is used for modifying cell value.
protected GridPro.EditColumn<T>
GridPro.EditColumn.setItemUpdater
(ItemUpdater<T, String> itemUpdater) Sets the itemUpdater function that will be called on item changed.
protected GridPro.EditColumn<T>
GridPro.EditColumn.setOptions
(List<String> options) Sets the list of options that is used for select type of the editor.