Class GridResponsiveStepEvent

  • All Implemented Interfaces:
    Serializable

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

      • getSource

        public Grid<?> getSource()
        Returns the Grid component that fired the event.
        Overrides:
        getSource in class 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