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