Interface RecordExpandHandler

All Superinterfaces:
EventHandler

public interface RecordExpandHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handler fired when a record is expanded in a grid with canExpandRecords set to true.
  • Method Details

    • onRecordExpand

      void onRecordExpand(RecordExpandEvent event)
      Handler fired when a record is expanded in a grid with canExpandRecords set to true. Allows the expansion to be cancelled.
      Parameters:
      event - the event