set Fragment
abstract fun setFragment(fragment: IFragment<Service_Type, Activity_Type, Preference_Type, Page_Type>, page: Page_Type)
Bind the fragment to its activity. Note that the fragment manager might create new fragments (via reflection) without the use of the page adapter.
Parameters
fragment
fragment to display (null => unbind fragment)
page
page to which the fragment belongs.