Class Application

Hierarchy

Index

Methods

Methods

public addComponent(component: Component)

Parameters

public static add_load(handler: (sender: Sys.Application, eventArgs: Sys.ApplicationLoadEventArgs) => void): any

Parameters

  • handler: (sender: Sys.Application, eventArgs: Sys.ApplicationLoadEventArgs) => void

Returns

any

public findComponent(id: string): Component

Parameters

  • id: string

Returns

Component

public getComponents(): Component[]

Returns

Component[]

public get_id(): string

Returns

string

public initialize()

public removeComponent(component: Component): any

Parameters

Returns

any

public static remove_load(handler: (sender: Sys.Application, eventArgs: Sys.ApplicationLoadEventArgs) => void): any

Parameters

  • handler: (sender: Sys.Application, eventArgs: Sys.ApplicationLoadEventArgs) => void

Returns

any

public updated()