Class PropertyFilterUrlQueryParametersBinder
java.lang.Object
io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinder
io.jmix.flowui.facet.urlqueryparameters.PropertyFilterUrlQueryParametersBinder
- All Implemented Interfaces:
UrlQueryParametersFacet.Binder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected PropertyFilter<?>protected FilterUrlQueryParametersSupportstatic final Stringprotected Stringprotected UrlParamSerializerFields inherited from class io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinder
id -
Constructor Summary
ConstructorsConstructorDescriptionPropertyFilterUrlQueryParametersBinder(PropertyFilter<?> filter, UrlParamSerializer urlParamSerializer, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier 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.AbstractUrlQueryParametersBinder
addUrlQueryParametersChangeListener, fireQueryParametersChanged, getEventBus, getId, setId
-
Field Details
-
NAME
- See Also:
-
filter
-
parameter
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
urlParamSerializer
-
filterUrlQueryParametersSupport
-
-
Constructor Details
-
Method Details
-
autowireDependencies
protected void autowireDependencies() -
initComponent
-
onValueChange
protected void onValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent event) -
onOperationChange
-
updateQueryParameters
protected void updateQueryParameters() -
updateState
public 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 classAbstractUrlQueryParametersBinder
-