Class GridResponsiveStepEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.flowingcode.vaadin.addons.gridhelpers.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
-
-
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.Grid<?>
getSource()
Returns theGrid
component that fired the event.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public Grid<?> getSource()
Returns theGrid
component that fired the event.- Overrides:
getSource
in classEventObject
- 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
-
-