Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

app

app: App

contentTemplate

contentTemplate: IClassOf<AtomControl>

defaultControlStyle

defaultControlStyle: any

disposables

disposables: AtomDisposableList

element

element: HTMLElement

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

  • bind(element: HTMLElement, name: string, path: PathList[], twoWays?: boolean | string[], valueFunc?: function, source?: any): IDisposable

bindEvent

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

Protected create

  • create(): void

Protected createContent

  • createContent(): void

dispose

  • dispose(e?: HTMLElement): void

hasProperty

  • hasProperty(name: string): boolean

invalidate

  • invalidate(): void

onPropertyChanged

  • onPropertyChanged(name: string): void

Protected onUpdateSize

  • onUpdateSize(): void

onUpdateUI

  • onUpdateUI(): void

Protected preCreate

  • preCreate(): void

registerDisposable

Protected removeAllChildren

  • removeAllChildren(e: HTMLElement): void

Protected render

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

Protected resolve

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

runAfterInit

  • runAfterInit(f: function): void

Protected setElementClass

  • setElementClass(element: HTMLElement, value: any, clear?: boolean): void

Protected setElementValue

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

setLocalValue

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

setPrimitiveValue

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

unbind

  • unbind(element: HTMLElement, name?: string): void

unbindEvent

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

updateSize

  • updateSize(): void

Generated using TypeDoc