Options
All
  • Public
  • Public/Protected
  • All
Menu

The accessibility manager is the central access point for all things WCAG within the viewer.

Hierarchy

  • AccessibilityManager

Index

Constructors

constructor

Properties

app

The {@link geocortex.essentialsHtmlViewer.ViewerApplication} that this accessibility manager instance belongs to.

Methods

Private _handleAccessibleComponentCompleted

Private _handleAccessibleComponentStarted

createComponent

  • createComponent(name: "esri.toolbars.draw", map: Map, options?: DrawOptions): Draw
  • createComponent(name: "esri.toolbars.edit", map: Map, options?: EditOptions): Edit
  • createComponent(name: "geocortex.accessibility.draw", map: Map, options?: ExtendedDrawOptions): Draw
  • createComponent(name: "geocortex.accessibility.edit", map: Map, options?: ExtendedEditOptions): Edit
  • createComponent(name: string, map: Map, options?: any): any
  • Creates an Esri draw object. See {@link esri.toolbars.Draw}

    Parameters

    • name: "esri.toolbars.draw"
    • map: Map
    • Optional options: DrawOptions

    Returns Draw

  • Creates an Esri edit object. See {@link esri.toolbars.Edit}

    Parameters

    • name: "esri.toolbars.edit"
    • map: Map
    • Optional options: EditOptions

    Returns Edit

  • Creates a keyboard accessible draw object. See {@link geocortex.essentialsHtmlViewer.mapping.infrastructure.accessibility.Draw}

    Parameters

    Returns Draw

  • Creates a keyboard accessible edit object. See {@link geocortex.essentialsHtmlViewer.mapping.infrastructure.accessibility.Edit}

    Parameters

    Returns Edit

  • Parameters

    • name: string
    • map: Map
    • Optional options: any

    Returns any

registerComponent

  • registerComponent(name: string, typeName: string): void
  • Parameters

    • name: string
    • typeName: string

    Returns void

unregisterComponent

  • unregisterComponent(name: string): boolean
  • Parameters

    • name: string

    Returns boolean