Class PropertyFilterUrlQueryParametersBinder

java.lang.Object
io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinder
io.jmix.flowui.facet.urlqueryparameters.PropertyFilterUrlQueryParametersBinder
All Implemented Interfaces:
UrlQueryParametersFacet.Binder

public class PropertyFilterUrlQueryParametersBinder extends AbstractUrlQueryParametersBinder
  • Field Details

  • Constructor Details

    • PropertyFilterUrlQueryParametersBinder

      public PropertyFilterUrlQueryParametersBinder(PropertyFilter<?> filter, UrlParamSerializer urlParamSerializer, org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • autowireDependencies

      protected void autowireDependencies()
    • initComponent

      protected void initComponent(PropertyFilter<?> filter)
    • onValueChange

      protected void onValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent event)
    • onOperationChange

      protected void onOperationChange(PropertyFilter.OperationChangeEvent<?> event)
    • updateQueryParameters

      protected void updateQueryParameters()
    • updateState

      public void updateState(com.vaadin.flow.router.QueryParameters queryParameters)
      Description copied from interface: UrlQueryParametersFacet.Binder
      Informs query parameters binder that view query parameters has been changed.
      Parameters:
      queryParameters - a view query parameters
    • getParameter

      public String getParameter()
    • setParameter

      public void setParameter(@Nullable String parameter)
    • getComponent

      @Nullable public com.vaadin.flow.component.Component getComponent()
      Specified by:
      getComponent in class AbstractUrlQueryParametersBinder