Interface HilitesChangedHandler

All Superinterfaces:
EventHandler

public interface HilitesChangedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this grid.
  • Method Details

    • onHilitesChanged

      void onHilitesChanged(HilitesChangedEvent event)
      Notification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this grid. This method will not be called after a purely programmatic change to the hilites made with a call to setHilites(). The array of currently applied hilite objects is accessible via getHilites().
      Parameters:
      event - the event