android inventory agent 1.0.0

Code documentation

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

Class FragmentInventoryList

  • java.lang.Object
    • Fragment
      • org.glpi.inventory.agent.ui.FragmentInventoryList


  • public class FragmentInventoryList
    extends Fragment
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static FragmentInventoryList newInstance(java.lang.String data, java.lang.String key) 
      android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)
      Instantiate the user interface View
      void onViewCreated(android.view.View view, android.os.Bundle savedInstanceState) 
      • Methods inherited from class java.lang.Object

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

      • FragmentInventoryList

        public FragmentInventoryList()
    • Method Detail

      • newInstance

        public static FragmentInventoryList newInstance(java.lang.String data,
                                                        java.lang.String key)
      • 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
      • onViewCreated

        public void onViewCreated(android.view.View view,
                                  android.os.Bundle savedInstanceState)
Back to top