Interface SelectorComponent

    • Method Detail

      • pattern

        @NonNull String pattern()
        Gets the selector pattern.
        Returns:
        the selector pattern
        Since:
        4.0.0
      • pattern

        @Contract(pure=true)
        @NonNull SelectorComponent pattern​(@NonNull String pattern)
        Sets the selector pattern.
        Parameters:
        pattern - the selector pattern
        Returns:
        a selector component
        Since:
        4.0.0