public interface HasFacetContextClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFacetContextClickHandler(FacetContextClickHandler handler)
StringMethod handler fired when the user right clicks on a facet label.
|
com.google.gwt.event.shared.HandlerRegistration addFacetContextClickHandler(FacetContextClickHandler handler)
handler
- the facetContextClick handlerHandlerRegistration
used to remove this handler