Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Collapsible

Implements

Index

Constructors

constructor

Properties

Private _htmlElement

_htmlElement: Element

Private _isRadioContainer

_isRadioContainer: boolean

Methods

Private _setupInteraction

  • Parameters

    Returns void

addChild

  • addChild(child: Element): void
  • Parameters

    • child: Element

    Returns void

addedToWidgetContainer

  • addedToWidgetContainer(height: number, width: number): void
  • Parameters

    • height: number
    • width: number

    Returns void

getHTMLElement

  • getHTMLElement(): Element
  • Returns Element

getID

  • getID(): string
  • Returns string

onWidgetContainerChange

  • onWidgetContainerChange(): void
  • Returns void

toggle

  • toggle(): void
  • Returns void

Static createCollapsibleBaseHTML

  • createCollapsibleBaseHTML(title: string, prefix: string, suffix: string, entryClassName: string, withForm: boolean): string
  • Parameters

    • title: string
    • prefix: string
    • suffix: string
    • entryClassName: string
    • withForm: boolean

    Returns string

Static createCollapsibleEntryBaseHTML

  • createCollapsibleEntryBaseHTML(title: string, prefix: string, suffix: string): string
  • Parameters

    • title: string
    • prefix: string
    • suffix: string

    Returns string

Static createRadioEntry

  • createRadioEntry(title: string, group: string, action: Function, checked: boolean, className: string): Element
  • Parameters

    • title: string
    • group: string
    • action: Function
    • checked: boolean
    • className: string

    Returns Element

Static createToggleEntry

  • createToggleEntry(title: string, action: Function, checked: boolean, className: string): Element
  • Parameters

    • title: string
    • action: Function
    • checked: boolean
    • className: string

    Returns Element

Generated using TypeDoc