Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ToolbarGroupRegistry

Index

Constructors

constructor

Properties

app

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

toolbarGroupList

An array consisting of all referenced toolbargroups

type

{geocortex.essentialsHtmlViewer.mapping.infrastructure.toolbar.toolbarGroupBase}

Methods

getPosition

  • getPosition(id: string): number
  • Fetches the position of toolbar group in the list

    Parameters

    • id: string

      Id of the toolbar group whose position is to be determined

    Returns number

getToolbarGroupById

  • Fetch a new instance of toolbar group instance by id

    Parameters

    • id: string

      Id of the toolbarGroup

    Returns ToolbarGroupBase

raiseToolbarGroupCanExecuteChanged

  • Updates the status of a group of toolbar items at once. This could be the whole toolbar (compact), an individual tab (tabbed), or a transient toolbar menu. Nested toolbar structures will be traversed recursively.

    Parameters

    Returns void

registerToolbarGroups

  • Registers a toolbar group

    Parameters

    Returns void

unregisterToolbarGroup

  • unregisterToolbarGroup(id: string): void
  • Unregister the group with the given id if it is registered.

    Parameters

    • id: string

      Id of the toolbar group to be unregistered

    Returns void