Instantiates an AppBarApi class.
The map id this AppBarApi belongs to
Creates a button on the app-bar that will open a panel
Button properties (icon, tooltip)
Panel properties (icon, title, content)
The created panel
Gets a button panel from the app-bar by using it's id
The id of the button panel to get
The button panel
Unregisters an event handler for AppBar created events.
The callback to stop being called whenever the event is emitted.
Unregisters an event handler for AppBar removed events.
The callback to stop being called whenever the event is emitted.
Registers an event handler for AppBar created events.
The callback to be executed whenever the event is emitted.
Registers an event handler for AppBar removed events.
The callback to be executed whenever the event is emitted.
Removes an app-bar panel using an id
The id of the panel to remove
Selects a tab by id
The id of the tab to be selected
Open (true) or closed (false) panel: default = true
Class to manage buttons on the app-bar
Exports