public interface HasColorSelectedHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addColorSelectedHandler(ColorSelectedHandler handler)Override this method to be notified when the user selects a color either by clicking a basic color box in simple mode,
 or by clicking  the OK button in complex mode. | 
com.google.gwt.event.shared.HandlerRegistration addColorSelectedHandler(ColorSelectedHandler handler)
ColorPicker may automatically hide itself after calling this method depending on autoHide and defaultPickMode.handler - the colorSelected handlerHandlerRegistration used to remove this handler