Hosanna UI API v1.30.2-next
    Preparing search index...

    SelectionManager manages the lifecycle and handling of selection actions.

    • Validates, handles, manages, and cancels selections.
    • Designed to be extended for custom selection handling logic.
    • Supports actions such as display, play, play live, focus, blur, and click.

    Implements

    Index

    Constructors

    Methods

    • Handles the ContentBlur selection action. Override this method to provide custom logic.

      Returns void

    • Handles the ContentClick selection action. Override this method to provide custom logic.

      Returns void

    • Handles the ContentFocusIn selection action. Override this method to provide custom logic.

      Returns void

    • Handles the Display selection action. Override this method to provide custom logic.

      Returns void

    • Handles an incoming selection by validating, cancelling any pending selection, and managing the new selection.

      Parameters

      Returns boolean

      true if the selection was handled, otherwise false.

    • Manages the current selection by dispatching to the appropriate handler.

      Returns boolean

      true if the selection was handled, otherwise false.

    • Handles the PlayLive selection action. Override this method to provide custom logic.

      Returns void

    • Handles the Play selection action. Override this method to provide custom logic.

      Returns void