Interface HasPickerColorSelectedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ColorItem, ColorPickerItem

public interface HasPickerColorSelectedHandlers extends HasHandlers
  • Method Details

    • addPickerColorSelectedHandler

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