Class BaseDialogFragment

  • All Implemented Interfaces:

    
    public abstract class BaseDialogFragment
    
                        

    Created by lhz on 2020/11/30

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onCreate(Bundle savedInstanceState)
      void onActivityCreated(Bundle savedInstanceState)
      void show(FragmentManager manager)
      View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
      abstract void bindData()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseDialogFragment

        BaseDialogFragment()
    • Method Detail

      • onCreate

         void onCreate(Bundle savedInstanceState)
      • show

         void show(FragmentManager manager)
      • onCreateView

         View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)