Interface DisplayFilter


  • public interface DisplayFilter
    Defines a filter that depends on the currently evaluated link. A custom filter can be defined for a link configuration.
    Since:
    1.0.0
    • Method Detail

      • accept

        boolean accept​(FilterContext context)
        Returns true if the currently evaluated link must be displayed. This method will be called the same number of times as the number of links to and from the current node.