Class sap.ui.vk.MapContainerModule: sap/ui/vk/MapContainer
Abstract Constructor for a new Container.
Experimental API:Since 1.38.0 This class is experimental and might be modified or removed in future versions.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
The supported settings are:
- Properties
- showNavbar : boolean (default: true)
- showHome : boolean (default: true)
- showRectangularZoom : boolean (default: true)
- showZoom : boolean (default: true)
- Aggregations
- listPanelStack : sap.ui.vk.ListPanelStack
In addition, all settings applicable to the base type sap.ui.vk.ContainerBase can be used as well.
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.vk.ContainerBase.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
listPanelStack
. {sap.ui.vk.MapContainer} | Reference to this in order to allow method chaining |
listPanelStack
. List Panel aggregation
{sap.ui.vk.ListPanelStack} |
showHome
. Controls the visibility of the home button
Default value is true
.
{boolean} | Value of property showHome |
showNavbar
. Show navbar
Default value is true
.
{boolean} | Value of property showNavbar |
showRectangularZoom
. Controls the visibility of the rectangular zoom button
Default value is true
.
{boolean} | Value of property showRectangularZoom |
showZoom
. Controls the visibility of the zoom buttons
Default value is true
.
{boolean} | Value of property showZoom |
listPanelStack
. {sap.ui.vk.ListPanelStack} | oListPanelStack | The listPanelStack to set |
{sap.ui.vk.MapContainer} | Reference to this in order to allow method chaining |
showHome
. Controls the visibility of the home button
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bShowHome | New value for property showHome |
{sap.ui.vk.MapContainer} | Reference to this in order to allow method chaining |
showNavbar
. Show navbar
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bShowNavbar | New value for property showNavbar |
{sap.ui.vk.MapContainer} | Reference to this in order to allow method chaining |
showRectangularZoom
. Controls the visibility of the rectangular zoom button
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bShowRectangularZoom | New value for property showRectangularZoom |
{sap.ui.vk.MapContainer} | Reference to this in order to allow method chaining |
showZoom
. Controls the visibility of the zoom buttons
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bShowZoom | New value for property showZoom |
{sap.ui.vk.MapContainer} | Reference to this in order to allow method chaining |