Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UIElementManager

Implemented by

Index

Methods

addElement

  • addElement(elem: UIElement, tooltipGroupName?: string, highlightGroupName?: string, renderGroupName?: string): UIElementManager
  • add a elem to the manager

    Parameters

    • elem: UIElement

      the elem that should should be added

    • Optional tooltipGroupName: string

      Name of the group that this elem should be "ganged" with when showing tooltips. If not specified, this elem will not be "ganged" with any other elem.

    • Optional highlightGroupName: string

      Name of the group that this elem should be "ganged" with when doing highlighting. If not specified, this elem will not be "ganged" with any other elem.

    • Optional renderGroupName: string

      Name of the group that this elem should be "ganged" with when rerendering. If not specified, this elem will not be "ganged" with any other elem.

    Returns UIElementManager

    • The elem manager instance.

addToHighlightGroup

  • set the group to select this elem with

    Parameters

    • elem: UIElement

      the elem that should should be "ganged"

    • groupName: string

      Name of the group that this elem should be "ganged" with.

    Returns UIElementManager

    • The elem manager instance.

addToRenderGroup

  • set the group to select this elem with

    Parameters

    • elem: UIElement

      the elem that should should be "ganged"

    • groupName: string

      Name of the group that this elem should be "ganged" with.

    Returns UIElementManager

    • The elem manager instance.

addToTooltipGroup

  • set the group this tooltip is associated with

    Parameters

    • elem: UIElement

      the elem that should should be "ganged"

    • groupName: string

      Name of the group that this elem should be "ganged" with.

    Returns UIElementManager

    • The elem manager instance.

clear

  • clear(): void

getElements

removeElement

removeFromHighlightGroup

removeFromRenderGroup

removeFromTooltipGroup

setBrushCallback

setHoverCallback

setTooltipCallback

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc