Interface TableReportPreviewCellEnhancerHook

All Superinterfaces:
Hook
All Known Implementing Classes:
GeoLocationEnhancer, LinkToEnhancer, PreviewEnhancerHook

public interface TableReportPreviewCellEnhancerHook extends Hook
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    consumes(TableReportDto report, ColumnDto column, String value, String rawValue, String[] rowValues)
     
    boolean
    enhanceMenu(TableReportPreviewView tableReportPreviewView, Menu menu, TableReportDto report, ColumnDto column, String rawValue, String value, String[] rowValues)
     
  • Method Details

    • consumes

      boolean consumes(TableReportDto report, ColumnDto column, String value, String rawValue, String[] rowValues)
    • enhanceMenu

      boolean enhanceMenu(TableReportPreviewView tableReportPreviewView, Menu menu, TableReportDto report, ColumnDto column, String rawValue, String value, String[] rowValues)