BaseApp
Methods
init(appConfig) ⇒ this
close()
get(id)
set(id, value)
getPopupReference() ⇒ Type.PopupWindow
setAppTitle(title) ⇒ this
setWindowTitle(title)
getToolbar() ⇒ Toolbar
disableToolbarButtonsForUser()
getToobarProp(itemID, propertyID)
setToolbarProp(itemID, propertyID, propertyValue)
onToolbarClickEventHandler(e)
addWidget(widget) ⇒ this
disableContainer(containerId)
enableContainer(containerId)
addContextMenu(id, target, menuItems)
setContextMenuItems(id, menuItems)
init(appConfig) ⇒ this
this
Params
appConfig
Type.AppConfig
close()
get(id)
Params
id
set(id, value)
Params
id
value
getPopupReference() ⇒ Type.PopupWindow
Type.PopupWindow
setAppTitle(title) ⇒ this
this
Params
title
any
setWindowTitle(title)
Params
title
getToolbar() ⇒ Toolbar
Toolbar
disableToolbarButtonsForUser()
getToobarProp(itemID, propertyID)
Params
itemID
propertyID
setToolbarProp(itemID, propertyID, propertyValue)
Params
itemID
propertyID
propertyValue
onToolbarClickEventHandler(e)
Params
e
Type.EventInfo
addWidget(widget) ⇒ this
this
Params
widget
Type.Widget
disableContainer(containerId)
Params
containerId
any
enableContainer(containerId)
Params
containerId
any
addContextMenu(id, target, menuItems)
Params
id
target
menuItems
setContextMenuItems(id, menuItems)
Params
id
menuItems
Last updated
Was this helpful?