abstract class sap.ui.mdc.valuehelp.Popover

Visiblity: restricted
UX Guidelines:
Implements: sap.ui.mdc.valuehelp.ITypeaheadContainersap.ui.mdc.valuehelp.IDialogContainer
Available since: N/A
Module: sap/ui/mdc/valuehelp/Popover
Application Component: CA-UI5-MDC

Container for the sap.ui.mdc.ValueHelp element showing a popover.


Constructor

Constructor for a new Popover container.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject#constructor for a general description of the syntax of the settings object.

This class does not have its own settings, but all settings applicable to the base type sap.ui.mdc.valuehelp.base.Container can be used.

new sap.ui.mdc.valuehelp.Popover(sId?, mSettings?)
Param Type Default Value Description
sId? string

ID for the new control, generated automatically if no ID is given

mSettings? object

Initial settings for the new control

Borrowed Properties

Name Type Default Value Description
title string empty string

Title text that appears in the dialog or tab header.

Visibility: public

Borrowed Aggregations

Name Cardinality Type Description
content (default) 0..n sap.ui.mdc.valuehelp.base.Content

Content of the container. This aggregation holds the actual controls enabling the user to select items or create conditions (e.g. tables or condition panels)


Methods Overview

Method Description
sap.ui.mdc.valuehelp.Popover.extend

Creates a new subclass of class sap.ui.mdc.valuehelp.Popover with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.mdc.valuehelp.base.Container.extend.

sap.ui.mdc.valuehelp.Popover.getMetadata

Returns a metadata object for class sap.ui.mdc.valuehelp.Popover.

sap.ui.mdc.valuehelp.Popover.extend

Creates a new subclass of class sap.ui.mdc.valuehelp.Popover with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.mdc.valuehelp.base.Container.extend.

Param Type DefaultValue Description
sClassName string

Name of the class being created

oClassInfo object

Object literal with information about the class

FNMetaImpl function

Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class

sap.ui.mdc.valuehelp.Popover.getMetadata

Returns a metadata object for class sap.ui.mdc.valuehelp.Popover.