Package | Description |
---|---|
com.vaadin.flow.component.gridpro |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Copyright © 2025. All rights reserved.