public interface HasPickerColorSelectedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addPickerColorSelectedHandler(PickerColorSelectedHandler handler)
Store the color value selected by the user from the color picker.
|
fireEventHandlerRegistration addPickerColorSelectedHandler(PickerColorSelectedHandler handler)
ColorPickerhandler - the pickerColorSelected handlerHandlerRegistration used to remove this handler