Interface HasRecordExpandHandlers

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

public interface HasRecordExpandHandlers extends HasHandlers
  • Method Details

    • addRecordExpandHandler

      HandlerRegistration addRecordExpandHandler(RecordExpandHandler handler)
      Handler fired when a record is expanded in a grid with canExpandRecords set to true. Allows the expansion to be cancelled.
      Parameters:
      handler - the recordExpand handler
      Returns:
      HandlerRegistration used to remove this handler