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:
    IfTag, FilterTag
    • Method Detail

      • ok

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