GridCheckBoxViewHolder

ViewHolder for a grid item that includes a checkbox for selection.

This ViewHolder extends GridViewHolder and adds functionality for handling checkbox selection states and accessibility. It binds to AppInfoViewData to display application information and manage the selection state of the associated item.

Parameters

view

The view for this ViewHolder, typically inflated from a layout resource.

Constructors

Link copied to clipboard
constructor(view: View)

Functions

Link copied to clipboard
open override fun bindData(data: ViewData)

Updates the enabled/disabled state of this ViewHolder if the ViewData is an instance of AppInfoViewData.

Link copied to clipboard
open override fun onViewRecycled()

Called when the view is recycled.