Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

app

app: App

defaultControlStyle

defaultControlStyle: any

disposables

disposables: AtomDisposableList

element

element: IAtomElement

Protected pendingInits

pendingInits: Array<function>

Static isControl

isControl: true = true

Accessors

controlStyle

data

  • get data(): any
  • set data(v: any): void

localViewModel

  • get localViewModel(): any
  • set localViewModel(v: any): void

parent

theme

viewModel

  • get viewModel(): any
  • set viewModel(v: any): void

vsProps

  • get vsProps(): object | object | __type

Methods

append

atomParent

beginEdit

bind

bindEvent

  • bindEvent(element: IAtomElement, name?: string, method?: EventListenerOrEventListenerObject, key?: string): IDisposable

Protected create

  • create(): void

dispose

hasProperty

  • hasProperty(name: string): boolean

invalidate

  • invalidate(): void

invokeEvent

  • invokeEvent(event: object): void

loadXaml

  • loadXaml(text: string): void

onPropertyChanged

  • onPropertyChanged(name: string): void

onUpdateUI

  • onUpdateUI(): void

Protected preCreate

  • preCreate(): void

registerDisposable

Protected render

  • render(node: XNode, e?: any, creator?: any): void

Protected resolve

  • resolve<TService>(c: IClassOf<TService>, selfName?: string | function): TService

runAfterInit

  • runAfterInit(f: function): void

Protected setElementValue

  • setElementValue(element: any, name: string, value: any): void

setLocalValue

  • setLocalValue(element: IAtomElement, name: string, value: any): void

setPrimitiveValue

  • setPrimitiveValue(element: IAtomElement, name: string, value: any): void

staticResource

  • staticResource(name: string): any

unbind

unbindEvent

  • unbindEvent(element: IAtomElement, name?: string, method?: EventListenerOrEventListenerObject, key?: string): void

Generated using TypeDoc