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.
|
fireEventHandlerRegistration addFacetLabelClickHandler(FacetLabelClickHandler handler)
handler - the facetLabelClick handlerHandlerRegistration used to remove this handler