Interface FragmentReference

    • Method Detail

      • fragmentRef

        static FragmentReference fragmentRef​(String name)
        Create a fragment reference by specifying the name of the target fragment. In the resulting document, this will appear as `...FRAGMENTNAME`
      • fragmentRef

        static FragmentReference fragmentRef​(Fragment fragment)
        Create a fragment reference by providing a built instance of a named fragment. This will actually only use the name of the fragment - in the resulting document, this will appear as `...FRAGMENTNAME`
      • setName

        void setName​(String name)