Class JmixEditorEventHandler<T>

java.lang.Object
com.vaadin.client.widget.grid.DefaultEditorEventHandler<T>
io.jmix.ui.widget.client.grid.JmixEditorEventHandler<T>
All Implemented Interfaces:
com.vaadin.client.widgets.Grid.Editor.EventHandler<T>

public class JmixEditorEventHandler<T> extends com.vaadin.client.widget.grid.DefaultEditorEventHandler<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.vaadin.client.widget.grid.DefaultEditorEventHandler

    com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
  • Field Summary

    Fields inherited from class com.vaadin.client.widget.grid.DefaultEditorEventHandler

    KEYCODE_BUFFERED_SAVE, KEYCODE_CLOSE, KEYCODE_MOVE_HORIZONTAL, KEYCODE_MOVE_VERTICAL, KEYCODE_OPEN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    handleCloseEvent(com.vaadin.client.widgets.Grid.EditorDomEvent<T> event)
     

    Methods inherited from class com.vaadin.client.widget.grid.DefaultEditorEventHandler

    confirmValidity, editRow, findNextEditableColumnIndex, findPrevEditableColumnIndex, getDeltaFromKeyDownEvent, handleBufferedMoveEvent, handleEvent, handleMoveEvent, handleOpenEvent, isCloseEvent, isEditable, isOpenEvent, isTouchOpenEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JmixEditorEventHandler

      public JmixEditorEventHandler()
  • Method Details

    • handleCloseEvent

      protected boolean handleCloseEvent(com.vaadin.client.widgets.Grid.EditorDomEvent<T> event)
      Overrides:
      handleCloseEvent in class com.vaadin.client.widget.grid.DefaultEditorEventHandler<T>