Applies a view status to a view fragment.
The view fragment to apply the status to.
The status to apply.
Creates multiple view fragments with a given style key.
The style key for the view fragments.
The number of view fragments to create.
Retrieves a view fragment by its style key.
The style key of the view fragment.
The view fragment or undefined if not found.
Retrieves a view fragment for a given row.
The row for which to retrieve the view fragment.
The view fragment or undefined if not found.
Releases a view fragment, making it available for reuse.
The view fragment to release.
The
IViewFragmentProvider
interface provides methods for managing view fragments. View fragments are reusable components that can be used to create cells and other views. This interface allows for retrieving, creating, and releasing view fragments based on style keys. It also supports applying view statuses to fragments.