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 SummaryFieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.router.QueryParametersFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionQueryParametersChangeEvent(View<?> source, com.vaadin.flow.router.QueryParameters queryParameters) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
queryParametersprotected com.vaadin.flow.router.QueryParameters queryParameters
 
- 
- 
Constructor Details- 
QueryParametersChangeEventpublic QueryParametersChangeEvent(View<?> source, com.vaadin.flow.router.QueryParameters queryParameters) 
 
- 
- 
Method Details- 
getQueryParameterspublic com.vaadin.flow.router.QueryParameters getQueryParameters()- Returns:
- query parameters with which the view is opened
 
 
-