public interface HasFacetLabelClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFacetLabelClickHandler(FacetLabelClickHandler handler)
Method handler fired when the user clicks on a facet label.
|
fireEvent
HandlerRegistration addFacetLabelClickHandler(FacetLabelClickHandler handler)
handler
- the facetLabelClick handlerHandlerRegistration
used to remove this handler