class sap.ui.mdc.field.FieldValueHelpMdcTableWrapper

Visiblity: restricted
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/mdc/field/FieldValueHelpMdcTableWrapper
Application Component: CA-UI5-MDC

Wrapper to use a sap.m.Table control as content of a FieldValueHelp element


Constructor

Constructor for a new FieldValueHelpMdcTableWrapper.

The FieldValueHelp element supports different types of content. This is a wrapper to use a sap.ui.mdc.Table control as content.

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.field.FieldValueHelpMdcTableWrapper(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


Aggregations

Default Aggregation: table

Name Cardinality Type Description
table (default) 0..1 sap.ui.mdc.Table

Methods Overview

Method Description
destroyTable

Destroys the table in the aggregation table.

sap.ui.mdc.field.FieldValueHelpMdcTableWrapper.extend

Creates a new subclass of class sap.ui.mdc.field.FieldValueHelpMdcTableWrapper 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.field.FieldValueHelpTableWrapperBase.extend.

sap.ui.mdc.field.FieldValueHelpMdcTableWrapper.getMetadata

Returns a metadata object for class sap.ui.mdc.field.FieldValueHelpMdcTableWrapper.

getTable

Gets content of aggregation table.

setTable

Sets the aggregated table.

destroyTable

Destroys the table in the aggregation table.

sap.ui.mdc.field.FieldValueHelpMdcTableWrapper.extend

Creates a new subclass of class sap.ui.mdc.field.FieldValueHelpMdcTableWrapper 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.field.FieldValueHelpTableWrapperBase.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.field.FieldValueHelpMdcTableWrapper.getMetadata

Returns a metadata object for class sap.ui.mdc.field.FieldValueHelpMdcTableWrapper.

getTable

Gets content of aggregation table.

setTable

Sets the aggregated table.

Param Type DefaultValue Description
oTable sap.ui.mdc.Table

The table to set