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