Container for the sap.ui.mdc.ValueHelp
element showing a dialog.
Constructor for a new Dialog
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.
new sap.ui.mdc.valuehelp.Dialog(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 |
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) |
Method | Description |
---|---|
sap.ui.mdc.valuehelp.Dialog.extend |
Creates a new subclass of class sap.ui.mdc.valuehelp.Dialog with name
|
sap.ui.mdc.valuehelp.Dialog.getMetadata |
Returns a metadata object for class sap.ui.mdc.valuehelp.Dialog. |
Creates a new subclass of class sap.ui.mdc.valuehelp.Dialog 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 |