Interface EditorHandler<T>

  • Type Parameters:
    T - the row data type

    public interface EditorHandler<T>
    An interface for binding widgets and data to the grid row editor. Used by the editor to support different row types, data sources and custom data binding mechanisms.
    Since:
    7.4
    Author:
    Vaadin Ltd