public interface HasHilitesChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addHilitesChangedHandler(HilitesChangedHandler handler)
Notification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this
grid.
|
fireEvent
HandlerRegistration addHilitesChangedHandler(HilitesChangedHandler handler)
setHilites()
. The array of currently applied hilite objects
is accessible via getHilites()
.handler
- the hilitesChanged handlerHandlerRegistration
used to remove this handler