Interface SpreadsheetCustomEditorFactory


public interface SpreadsheetCustomEditorFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.user.client.ui.Widget
    getCustomEditor(String selectedCellKey)
     
    boolean
    hasCustomEditor(String selectedCellKey)
     
  • Method Details

    • hasCustomEditor

      boolean hasCustomEditor(String selectedCellKey)
    • getCustomEditor

      com.google.gwt.user.client.ui.Widget getCustomEditor(String selectedCellKey)