Interface DataGridEditorFieldFactory

All Known Implementing Classes:
DataGridEditorFieldFactoryImpl

public interface DataGridEditorFieldFactory
Factory that generates components for DataGrid editor.
  • Method Details

    • createField

      Field<?> createField(EntityValueSource valueSource, String property)
      Generates component for DataGrid editor.
      Parameters:
      valueSource - editing item value source
      property - editing item property
      Returns:
      generated component
      Throws:
      IllegalStateException - if created component doesn't implement the Field interface