public interface HasHilitesChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addHilitesChangedHandler(HilitesChangedHandler handler)
Notification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this
grid.
|
com.google.gwt.event.shared.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