bind

open override fun bind(view: View, data: T, viewLifecycleOwner: LifecycleOwner)

Binds the given view to data and the given viewLifecycleOwner.

view is previously created by createView.