Interface ColorSelectedHandler

All Superinterfaces:
EventHandler

public interface ColorSelectedHandler extends EventHandler
  • Method Summary

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

    • onColorSelected

      void onColorSelected(ColorSelectedEvent event)
      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:
      event - the event