android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- ViewPagerAdapter
org.glpi.inventory.agent.adapter

Class ViewPagerAdapter

  • java.lang.Object
    • FragmentPagerAdapter
      • org.glpi.inventory.agent.adapter.ViewPagerAdapter


  • public class ViewPagerAdapter
    extends FragmentPagerAdapter
    • Constructor Summary

      Constructors 
      Constructor and Description
      ViewPagerAdapter(FragmentManager fm, java.lang.String data, java.util.ArrayList<java.lang.String> listInventory, java.util.ArrayList<java.lang.String> load, android.widget.ProgressBar progressBar) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getCount() 
      Fragment getItem(int position) 
      java.lang.CharSequence getPageTitle(int position) 
      • Methods inherited from class java.lang.Object

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

      • ViewPagerAdapter

        public ViewPagerAdapter(FragmentManager fm,
                                java.lang.String data,
                                java.util.ArrayList<java.lang.String> listInventory,
                                java.util.ArrayList<java.lang.String> load,
                                android.widget.ProgressBar progressBar)
    • Method Detail

      • getItem

        public Fragment getItem(int position)
      • getCount

        public int getCount()
      • getPageTitle

        public java.lang.CharSequence getPageTitle(int position)
Back to top