Class PropertyFilterUrlQueryParametersBinder
java.lang.Object
io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinder
io.jmix.flowui.facet.urlqueryparameters.PropertyFilterUrlQueryParametersBinder
- All Implemented Interfaces:
- UrlQueryParametersFacet.Binder
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected PropertyFilter<?>protected FilterUrlQueryParametersSupportstatic final Stringprotected Stringprotected UrlParamSerializerFields inherited from class io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinderid
- 
Constructor SummaryConstructorsConstructorDescriptionPropertyFilterUrlQueryParametersBinder(PropertyFilter<?> filter, UrlParamSerializer urlParamSerializer, org.springframework.context.ApplicationContext applicationContext) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcom.vaadin.flow.component.Componentprotected voidinitComponent(PropertyFilter<?> filter) protected voidprotected voidonValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent event) voidsetParameter(String parameter) protected voidvoidupdateState(com.vaadin.flow.router.QueryParameters queryParameters) Informs query parameters binder that view query parameters has been changed.Methods inherited from class io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinderaddUrlQueryParametersChangeListener, fireQueryParametersChanged, getEventBus, getId, setId
- 
Field Details- 
NAME- See Also:
 
- 
filter
- 
parameter
- 
applicationContextprotected org.springframework.context.ApplicationContext applicationContext
- 
urlParamSerializer
- 
filterUrlQueryParametersSupport
 
- 
- 
Constructor Details
- 
Method Details- 
autowireDependenciesprotected void autowireDependencies()
- 
initComponent
- 
onValueChangeprotected void onValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent event) 
- 
onOperationChange
- 
updateQueryParametersprotected void updateQueryParameters()
- 
updateStatepublic void updateState(com.vaadin.flow.router.QueryParameters queryParameters) Description copied from interface:UrlQueryParametersFacet.BinderInforms query parameters binder that view query parameters has been changed.- Parameters:
- queryParameters- a view query parameters
 
- 
getParameter
- 
setParameter
- 
getComponent@Nullable public com.vaadin.flow.component.Component getComponent()- Specified by:
- getComponentin class- AbstractUrlQueryParametersBinder
 
 
-