Interface HasColorSelectedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ColorPicker

public interface HasColorSelectedHandlers extends HasHandlers
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from interface com.google.gwt.event.shared.HasHandlers

    fireEvent
  • Method Details

    • addColorSelectedHandler

      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. It is not intended that client code call this method. The ColorPicker may automatically hide itself after calling this method depending on autoHide and defaultPickMode.
      Parameters:
      handler - the colorSelected handler
      Returns:
      HandlerRegistration used to remove this handler