Class GridResponsiveStepEvent
java.lang.Object
java.util.EventObject
com.flowingcode.vaadin.addons.gridhelpers.GridResponsiveStepEvent
- All Implemented Interfaces:
Serializable
An event that is fired when the responsive step of a Grid component changes.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionintReturns the minimum width (in pixels) on which the step is applied.Grid<?>Returns theGridcomponent that fired the event.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
Returns theGridcomponent that fired the event.- Overrides:
getSourcein classEventObject- Returns:
- the source
Gridcomponent
-
getMinWidth
public int getMinWidth()Returns the minimum width (in pixels) on which the step is applied.- Returns:
- the minimum width of the
GridResponsiveStep
-