Interface HasFilterChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
FilterBuilder

public interface HasFilterChangedHandlers extends HasHandlers
  • Method Details

    • addFilterChangedHandler

      HandlerRegistration addFilterChangedHandler(FilterChangedHandler handler)
      Handler fired when there is a change() event fired on any FormItem within the filterBuilder.
      Parameters:
      handler - the filterChanged handler
      Returns:
      HandlerRegistration used to remove this handler