Interface JmixGridEditorFieldFactory<T>

All Known Implementing Classes:
AbstractDataGrid.DataGridEditorFieldFactoryAdapter

public interface JmixGridEditorFieldFactory<T>
Factory that generates components for JmixGrid editor.
  • Method Summary

    Modifier and Type
    Method
    Description
    createField(T bean, com.vaadin.ui.Grid.Column<T,?> column)
    Generates component for JmixGrid editor.
  • Method Details

    • createField

      @Nullable JmixEditorField<?> createField(T bean, com.vaadin.ui.Grid.Column<T,?> column)
      Generates component for JmixGrid editor.
      Parameters:
      bean - the editing item
      column - the column for which the field is being created
      Returns:
      generated component