Class JmixSingleSelectionModelConnector.JmixClickSelectHandler

java.lang.Object
com.vaadin.client.widget.grid.selection.ClickSelectHandler<elemental.json.JsonObject>
io.jmix.ui.widget.client.grid.selection.JmixSingleSelectionModelConnector.JmixClickSelectHandler
Enclosing class:
JmixSingleSelectionModelConnector

protected class JmixSingleSelectionModelConnector.JmixClickSelectHandler extends com.vaadin.client.widget.grid.selection.ClickSelectHandler<elemental.json.JsonObject>
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixClickSelectHandler(com.vaadin.client.widgets.Grid<elemental.json.JsonObject> grid)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.vaadin.client.widget.grid.events.BodyClickHandler
    createBodyClickHandler(com.vaadin.client.widgets.Grid<elemental.json.JsonObject> grid)
     

    Methods inherited from class com.vaadin.client.widget.grid.selection.ClickSelectHandler

    isDeselectAllowed, removeHandler, setDeselectAllowed

    Methods inherited from class java.lang.Object

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

    • JmixClickSelectHandler

      public JmixClickSelectHandler(com.vaadin.client.widgets.Grid<elemental.json.JsonObject> grid)
  • Method Details

    • createBodyClickHandler

      protected com.vaadin.client.widget.grid.events.BodyClickHandler createBodyClickHandler(com.vaadin.client.widgets.Grid<elemental.json.JsonObject> grid)
      Overrides:
      createBodyClickHandler in class com.vaadin.client.widget.grid.selection.ClickSelectHandler<elemental.json.JsonObject>