Interface ActionLogEntryDetailHook

All Superinterfaces:
Hook
All Known Implementing Classes:
GenericActionLogEntryDetailHooker

public interface ActionLogEntryDetailHook extends Hook
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    consumes(ActionEntryDto action)
     
    Widget
    getCard(ActionEntryDto action, ScheduledReportListPanel scheduledReportListPanel)
     
  • Method Details

    • consumes

      boolean consumes(ActionEntryDto action)
    • getCard

      Widget getCard(ActionEntryDto action, ScheduledReportListPanel scheduledReportListPanel)