public interface HasFilterChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addFilterChangedHandler(FilterChangedHandler handler)
Handler fired when there is a change() event fired on any FormItem within the filterBuilder.
|
fireEventHandlerRegistration addFilterChangedHandler(FilterChangedHandler handler)
handler - the filterChanged handlerHandlerRegistration used to remove this handler