Package io.jmix.flowui.view
Class View.QueryParametersChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<View<?>>
io.jmix.flowui.view.View.QueryParametersChangeEvent
- All Implemented Interfaces:
Serializable
public static class View.QueryParametersChangeEvent
extends com.vaadin.flow.component.ComponentEvent<View<?>>
An event informing which query parameters the view is opened with.
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.vaadin.flow.router.QueryParameters
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionQueryParametersChangeEvent
(View<?> source, com.vaadin.flow.router.QueryParameters queryParameters) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
queryParameters
protected com.vaadin.flow.router.QueryParameters queryParameters
-
-
Constructor Details
-
QueryParametersChangeEvent
public QueryParametersChangeEvent(View<?> source, com.vaadin.flow.router.QueryParameters queryParameters)
-
-
Method Details
-
getQueryParameters
public com.vaadin.flow.router.QueryParameters getQueryParameters()- Returns:
- query parameters with which the view is opened
-