Interface HasCellErrorIconOverHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- CalendarView,- CubeGrid,- DateGrid,- EditTree,- ListGrid,- ListPalette,- Menu,- MenuPalette,- PickListMenu,- RecordEditor,- SelectionTreeMenu,- TableView,- TreeGrid,- TreePalette
- 
Method SummaryModifier and TypeMethodDescriptionOptional stringMethod to fire when the mouse moves over the error icon of a cell with validation errors.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addCellErrorIconOverHandlerOptional stringMethod to fire when the mouse moves over the error icon of a cell with validation errors.- Parameters:
- handler- the cellErrorIconOver handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-