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.
Debug-only: fragments currently checked out (not in available pool) with dangling hints.
Retrieves a view fragment that contains a child view with the specified HID.
The HID of the child view to find.
The view fragment or undefined if not found.
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.
Marks a fragment's view to be removed later during synchronization.
Registers a callback handler for a specific view fragment event type and name.
The type of the view fragment callback event.
The name of the callback handler.
The callback handler function.
Releases a view fragment, making it available for reuse.
The view fragment to release.
Synchronizes and removes any views that were previously marked for removal.
The
IViewFragmentProviderinterface 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.