Interface NavigatorDeciderIF<T>

All Known Implementing Classes:
DeciderIFWrapper, DefaultIfDecider

public interface NavigatorDeciderIF<T>
INTERNAL: interface for classes which implement some calculation on an object an come to a binary decision. Used by the Deciders in the if and filter tag.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    ok(NavigatorPageIF contextTag, T obj)
    INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
  • Method Details

    • ok

      boolean ok(NavigatorPageIF contextTag, T obj)
      INTERNAL: if implemented criteria are matched: deliver true, otherwise false.