hosanna-ui-docs - v0.9.0
    Preparing search index...

    ViewFragmentProvider manages reusable view fragments for efficient UI rendering.

    • Provides pooling and recycling of view fragments by style key.
    • Supports fragment creation, release, and status application.
    • Integrates with style registry and font manager for fragment instantiation.

    Implements

    Index

    Constructors

    Properties

    allFragmentsById: { [id: string]: IViewFragment } = {}

    All fragments indexed by their unique ID.

    availableFragmentsavailableFragmentsById: { [key: string]: IViewFragment[] } = {}

    Available fragments for reuse, indexed by style key.

    Font manager for resolving fonts in fragments.

    fragmentHolder: ISGNGroup

    Holder group for all fragment views.

    fragmentId: number = 0

    Internal fragment ID counter for unique IDs.

    hosannaDevice: IHosannaDevice

    Style registry for resolving fragment styles.

    Methods