public interface GenericFilter
Interface for applying custom filtering logic to records displayed in a GenericTableFilterCustomWidget.

Implementations specify the criteria that determine whether a record should be included in the widget's selection list.

Author:
APGAR Consulting
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Adaptation pTargetRecord, Session pSession, WidgetDisplayContext pContext)
    Determines whether the provided record should be accepted and displayed.
  • Method Details

    • accept

      boolean accept(Adaptation pTargetRecord, Session pSession, WidgetDisplayContext pContext)
      Determines whether the provided record should be accepted and displayed.
      Parameters:
      pTargetRecord - the record being considered
      pSession - the current user session
      pContext - the widget display context
      Returns:
      true if the record should be shown, false otherwise