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.
|
fireEvent
HandlerRegistration addPickerColorSelectedHandler(PickerColorSelectedHandler handler)
ColorPicker
.handler
- the pickerColorSelected handlerHandlerRegistration
used to remove this handler