android inventory agent 1.0.0

Code documentation

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

Class InventoryChildAdapter

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


  • public class InventoryChildAdapter
    extends <any>
    • 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