Toolbar

Method

getInstance(appConfig) ⇒ Array.<any>

getReference(appConfig) ⇒ *

getTitleTemplate(appid) ⇒ *

setSearchBoxValue(text) ⇒ void

executeNewButton(appConfig) ⇒ void

executeSaveButton(appConfig) ⇒ void

executeDeleteButton(appConfig) ⇒ void

executeListButton(appConfig) ⇒ void

executeRefreshButton(appConfig) ⇒ void

executeImportButton(appConfig) ⇒ void

executeExportButton(appConfig) ⇒ void

executeViewButton(appConfig) ⇒ void

executeRunButton(appConfig) ⇒ void

executeInsertRowButton(e) ⇒ void

Inserts a new row in a transaction grid.

executeRemoveRowButton(e) ⇒ void

Delete single transaction detail grid row.

execAppRefresh(e) ⇒ void

eventHandler(e) ⇒ void

getInstance(appConfig) ⇒ Array.<any>

Params

  • appConfig Type.AppConfig

getReference(appConfig) ⇒ *

Params

  • appConfig Type.AppConfig

getTitleTemplate(appid) ⇒ *

Params

  • appid string

setSearchBoxValue(text) ⇒ void

Params

  • text string

executeNewButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeSaveButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeDeleteButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeListButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeRefreshButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeImportButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeExportButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeViewButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeRunButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeInsertRowButton(e) ⇒ void

Inserts a new row in a transaction grid.

Params

  • e Type.EventInfo

executeRemoveRowButton(e) ⇒ void

Delete single transaction detail grid row.

Params

  • e Type.EventInfo

execAppRefresh(e) ⇒ void

Params

  • e Type.EventInfo

eventHandler(e) ⇒ void

Params

  • e any

Last updated