Class JmixGridWidget.JmixAutoScroller

java.lang.Object
com.vaadin.client.widget.grid.AutoScroller
io.jmix.ui.widget.client.grid.JmixGridWidget.JmixAutoScroller
Enclosing class:
JmixGridWidget

public static class JmixGridWidget.JmixAutoScroller extends com.vaadin.client.widget.grid.AutoScroller
  • Nested Class Summary

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

    com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback, com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
  • Field Summary

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

    grid
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixAutoScroller(com.vaadin.client.widgets.Grid<?> grid)
    Creates a new instance for scrolling the given grid.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     

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

    getFrozenColumnsWidth, getScrollArea, setScrollArea, start, stop

    Methods inherited from class java.lang.Object

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

    • JmixAutoScroller

      public JmixAutoScroller(com.vaadin.client.widgets.Grid<?> grid)
      Creates a new instance for scrolling the given grid.
      Parameters:
      grid - the grid to auto scroll
  • Method Details

    • hasSelectionColumn

      protected boolean hasSelectionColumn()
      Overrides:
      hasSelectionColumn in class com.vaadin.client.widget.grid.AutoScroller