Interface HasValuesChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CSSEditor

public interface HasValuesChangedHandlers extends HasHandlers
  • Method Details

    • addValuesChangedHandler

      HandlerRegistration addValuesChangedHandler(ValuesChangedHandler handler)
      Notification fired when values in the editor are changed. The latest values are passed in the values parameter. You can use getCSSText() to retrieve the values as a single piece of CSS-text.
      Parameters:
      handler - the valuesChanged handler
      Returns:
      HandlerRegistration used to remove this handler