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 thisGridProinstance.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.