android inventory agent 1.0.0

Code documentation

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

Class FragmentHelp

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


    public class FragmentHelp
    extends Fragment
    implements Help.View
    • Constructor Summary

      Constructors 
      Constructor and Description
      FragmentHelp() 
    • 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)
      Instantiate the user interface View
      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

      • FragmentHelp

        public FragmentHelp()
    • Method Detail

      • onCreateView

        public android.view.View onCreateView(android.view.LayoutInflater inflater,
                                              android.view.ViewGroup container,
                                              android.os.Bundle savedInstanceState)
        Instantiate the user interface View
        Parameters:
        inflater - inflater the object that can be used to inflate any views in the fragment
        container - the parent View the fragment's UI should be attached to
        savedInstanceState - this fragment is being re-constructed from a previous saved state
        Returns:
        View the View for the fragment's UI
      • showError

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