AdapterChips
inner class AdapterChips(val context: Context) : RecyclerView.Adapter<NuguChipsView.AdapterChips.ChipsViewHolder>
Content copied to clipboard
Provides adapter for ChipTray
Parameters
context
is Context
Constructors
Types
Functions
Link copied to clipboard
fun bindViewHolder(@NonNull p0: NuguChipsView.AdapterChips.ChipsViewHolder, p1: Int)
Content copied to clipboard
Link copied to clipboard
fun createViewHolder(@NonNull p0: ViewGroup, p1: Int): NuguChipsView.AdapterChips.ChipsViewHolder
Content copied to clipboard
Link copied to clipboard
count of item
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onBindViewHolder(holder: NuguChipsView.AdapterChips.ChipsViewHolder, position: Int)
Content copied to clipboard
Called by RecyclerView to display the data at the specified position. This method should update the contents of the itemView to reflect the item at the given position.
open fun onBindViewHolder( @NonNull p0: NuguChipsView.AdapterChips.ChipsViewHolder, p1: Int, @NonNull p2: MutableList<Any>)
Content copied to clipboard
Link copied to clipboard
open override fun onCreateViewHolder(viewGroup: ViewGroup, viewType: Int): NuguChipsView.AdapterChips.ChipsViewHolder
Content copied to clipboard
Called when RecyclerView needs a new RecyclerView.ViewHolder of the given type to represent an item.
Link copied to clipboard
Link copied to clipboard
open fun onFailedToRecycleView(@NonNull p0: NuguChipsView.AdapterChips.ChipsViewHolder): Boolean
Content copied to clipboard
Link copied to clipboard
open fun onViewAttachedToWindow(@NonNull p0: NuguChipsView.AdapterChips.ChipsViewHolder)
Content copied to clipboard
Link copied to clipboard
open fun onViewDetachedFromWindow(@NonNull p0: NuguChipsView.AdapterChips.ChipsViewHolder)
Content copied to clipboard
Link copied to clipboard
open fun onViewRecycled(@NonNull p0: NuguChipsView.AdapterChips.ChipsViewHolder)
Content copied to clipboard
Link copied to clipboard
open fun registerAdapterDataObserver(@NonNull p0: RecyclerView.AdapterDataObserver)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun unregisterAdapterDataObserver(@NonNull p0: RecyclerView.AdapterDataObserver)
Content copied to clipboard