Package io.jmix.ui.widget
Interface JmixGridEditorFieldFactory<T>
- All Known Implementing Classes:
AbstractDataGrid.DataGridEditorFieldFactoryAdapter
public interface JmixGridEditorFieldFactory<T>
Factory that generates components for
JmixGrid
editor.-
Method Summary
Modifier and TypeMethodDescriptioncreateField
(T bean, com.vaadin.ui.Grid.Column<T, ?> column) Generates component forJmixGrid
editor.
-
Method Details
-
createField
Generates component forJmixGrid
editor.- Parameters:
bean
- the editing itemcolumn
- the column for which the field is being created- Returns:
- generated component
-