Interface ActionBar

Hierarchy

Index

Properties

Methods

Properties

public backgroundImage: string

public bubbleParent: boolean

public displayHomeAsUp: boolean

public icon: string

public logo: string

public navigationMode: number

public onHomeIconItemSelected: (...args: any[]) => any

public title: string

Methods

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public fireEvent(name: string, event: Dictionary)

Parameters

public getBubbleParent(): boolean

Returns

boolean

public getNavigationMode(): number

Returns

number

public getTitle(): string

Returns

string

public hide()

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public setBackgroundImage(backgroundImage: string)

Parameters

  • backgroundImage: string

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setDisplayHomeAsUp(displayHomeAsUp: boolean)

Parameters

  • displayHomeAsUp: boolean

public setIcon(icon: string)

Parameters

  • icon: string

public setLogo(logo: string)

Parameters

  • logo: string

public setNavigationMode(navigationMode: number)

Parameters

  • navigationMode: number

public setOnHomeIconItemSelected(onHomeIconItemSelected: (...args: any[]) => any)

Parameters

  • onHomeIconItemSelected: (...args: any[]) => any

public setTitle(title: string)

Parameters

  • title: string

public show()