Wrapper to use a sap.m.Table
control as content of a FieldValueHelp
element
Constructor for a new FieldValueHelpUITableWrapper
.
The FieldValueHelp
element supports different types of content. This is a wrapper to use a sap.ui.table.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.FieldValueHelpUITableWrapper(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 |
Default Aggregation: table
Name | Cardinality | Type | Description |
---|---|---|---|
table (default) | 0..1 | sap.ui.table.Table |
Method | Description |
---|---|
destroyTable |
Destroys the table in the aggregation table. |
sap.ui.mdc.field.FieldValueHelpUITableWrapper.extend |
Creates a new subclass of class sap.ui.mdc.field.FieldValueHelpUITableWrapper with name
|
sap.ui.mdc.field.FieldValueHelpUITableWrapper.getMetadata |
Returns a metadata object for class sap.ui.mdc.field.FieldValueHelpUITableWrapper. |
getTable |
Gets content of aggregation table. |
setTable |
Sets the aggregated table. |
Creates a new subclass of class sap.ui.mdc.field.FieldValueHelpUITableWrapper 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 |
Returns a metadata object for class sap.ui.mdc.field.FieldValueHelpUITableWrapper.
Sets the aggregated table.
Param | Type | DefaultValue | Description |
---|---|---|---|
oTable | sap.ui.table.Table |
The table to set |