bindData
Binds data to this ViewHolder and its composable components.
This method first calls the superclass's bindData method. Then, it iterates through its member ComposableViewHolders, calling their respective bindData
and onBind
methods.
Parameters
data
The ViewData to bind to this ViewHolder and its components.