Interface HasCellErrorIconOutHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CalendarView, CubeGrid, DateGrid, EditTree, ListGrid, ListPalette, Menu, MenuPalette, PickListMenu, RecordEditor, SelectionTreeMenu, TableView, TreeGrid, TreePalette

public interface HasCellErrorIconOutHandlers extends HasHandlers
  • Method Details

    • addCellErrorIconOutHandler

      HandlerRegistration addCellErrorIconOutHandler(CellErrorIconOutHandler handler)
      Optional stringMethod to fire when the mouse moves off the error icon of a cell with validation errors.
      Parameters:
      handler - the cellErrorIconOut handler
      Returns:
      HandlerRegistration used to remove this handler