Interface FragmentAccessor.FragmentBuilder<B extends FragmentAccessor.FragmentBuilder<?>>

    • Method Detail

      • withFragment

        B withFragment​(java.lang.String aFragment)
        Sets the fragment to use and returns this builder as of the builder pattern.
        Parameters:
        aFragment - The fragment to be stored by the fragment property.
        Returns:
        This FragmentAccessor.FragmentBuilder instance to continue configuration.