android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- FragmentHome
org.glpi.inventory.agent.ui

Class FragmentHome

  • java.lang.Object
    • Fragment
      • org.glpi.inventory.agent.ui.FragmentHome
  • All Implemented Interfaces:
    Home.View


    public class FragmentHome
    extends Fragment
    implements Home.View
    • Constructor Summary

      Constructors 
      Constructor and Description
      FragmentHome() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState) 
      void showError(java.lang.String message) 
      • Methods inherited from class java.lang.Object

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

      • FragmentHome

        public FragmentHome()
    • Method Detail

      • onCreateView

        public android.view.View onCreateView(android.view.LayoutInflater inflater,
                                              android.view.ViewGroup container,
                                              android.os.Bundle savedInstanceState)
      • showError

        public void showError(java.lang.String message)
        Specified by:
        showError in interface Home.View
Back to top