public interface HasDataLabelClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addDataLabelClickHandler(DataLabelClickHandler handler)Fires when the user clicks on a data label, that is, a text label showing values from the first facet. | 
com.google.gwt.event.shared.HandlerRegistration addDataLabelClickHandler(DataLabelClickHandler handler)
handler - the dataLabelClick handlerHandlerRegistration used to remove this handler