Interface HasPickerColorSelectedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ColorItem
,ColorPickerItem
-
Method Summary
Modifier and TypeMethodDescriptionStore the color value selected by the user from the color picker.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addPickerColorSelectedHandler
Store the color value selected by the user from the color picker. You will need to override this method if you wish to capture opacity information from theColorPicker
.- Parameters:
handler
- the pickerColorSelected handler- Returns:
HandlerRegistration
used to remove this handler
-