android inventory agent 1.0.0

Code documentation

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

Class InventoryAdapter

  • java.lang.Object
    • <any>
      • org.glpi.inventory.agent.adapter.InventoryAdapter


  • public class InventoryAdapter
    extends <any>
    • Constructor Summary

      Constructors 
      Constructor and Description
      InventoryAdapter(java.util.ArrayList<java.util.ArrayList<ListInventorySchema>> data, FragmentActivity fragmentActivity) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getItemCount() 
      void onBindViewHolder(RecyclerView.ViewHolder holder, int position) 
      RecyclerView.ViewHolder onCreateViewHolder(android.view.ViewGroup viewGroup, int viewType) 
      • Methods inherited from class java.lang.Object

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

      • InventoryAdapter

        public InventoryAdapter(java.util.ArrayList<java.util.ArrayList<ListInventorySchema>> data,
                                FragmentActivity fragmentActivity)
    • Method Detail

      • onCreateViewHolder

        public RecyclerView.ViewHolder onCreateViewHolder(android.view.ViewGroup viewGroup,
                                                          int viewType)
      • onBindViewHolder

        public void onBindViewHolder(RecyclerView.ViewHolder holder,
                                     int position)
      • getItemCount

        public int getItemCount()
Back to top