Interface ElementSelectors.ConditionalSelectorBuilder

  • All Known Implementing Classes:
    DefaultConditionalSelectorBuilder
    Enclosing class:
    ElementSelectors

    public static interface ElementSelectors.ConditionalSelectorBuilder
    Allows to build complex ElementSelectors by combining simpler blocks.

    All when*s are consulted in order and if one returns true then the associated ElementSelector is used. If all of the, return false, the default set up with elseUse if any is used.