Interface HilitesChangedHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this grid.
- 
Method Details- 
onHilitesChangedNotification 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 tosetHilites(). The array of currently applied hilite objects is accessible viagetHilites().- Parameters:
- event- the event
 
 
-