Class GridResponsiveStepEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class GridResponsiveStepEvent
    extends java.util.EventObject
    An event that is fired when the responsive step of a Grid component changes.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMinWidth()
      Returns the minimum width (in pixels) on which the step is applied.
      com.vaadin.flow.component.grid.Grid<?> getSource()
      Returns the Grid component that fired the event.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

        public com.vaadin.flow.component.grid.Grid<?> getSource()
        Returns the Grid component that fired the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the source Grid component
      • getMinWidth

        public int getMinWidth()
        Returns the minimum width (in pixels) on which the step is applied.
        Returns:
        the minimum width of the GridResponsiveStep