Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AtomElementBridge

Hierarchy

Index

Properties

ajax

ajax: function

Type declaration

    • (url: string, options: AjaxOptions, success: function, failed: function, progress: function): void
    • Parameters

      • url: string
      • options: AjaxOptions
      • success: function
          • (r: any): void
          • Parameters

            • r: any

            Returns void

      • failed: function
          • (r: any): void
          • Parameters

            • r: any

            Returns void

      • progress: function
          • (p: any): void
          • Parameters

            • p: any

            Returns void

      Returns void

controlFactory

controlFactory: any

createBusyIndicator

createBusyIndicator: function

Type declaration

reset

reset: function

Type declaration

    • (): void
    • Returns void

Methods

addEventHandler

  • addEventHandler(element: HTMLElement, name: string, handler: EventListenerOrEventListenerObject, capture?: boolean): IDisposable

appendChild

  • appendChild(parent: HTMLElement, child: HTMLElement): void

atomParent

attachControl

close

  • close(element: HTMLElement, success: function, error: function): void

create

  • create(type: string): HTMLElement

createNode

  • createNode(target: any, node: XNode, binder: Function, xNodeClass: Function, creator: Function): any

dispose

  • dispose(element: HTMLElement): void

elementParent

  • elementParent(element: HTMLElement): HTMLElement

findChild

  • findChild(element: HTMLElement, name: string): HTMLElement

getValue

  • getValue(element: HTMLElement, name: string): any

loadContent

  • loadContent(element: HTMLElement, text: string): void

refreshInherited

  • refreshInherited(target: object, name: string, fieldName?: string): void

setValue

  • setValue(element: HTMLElement, name: string, value: any): void

templateParent

toTemplate

  • toTemplate(element: any, creator: any): any

visitDescendents

  • visitDescendents(element: HTMLElement, action: function): void

watchProperty

  • watchProperty(element: HTMLElement, name: string, events: string[], f: function): IDisposable

Generated using TypeDoc