Class sap.ui.vk.ListPanelStackModule: sap/ui/vk/ListPanelStack
ListPanelStack control
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
- width : sap.ui.core.CSSSize (default: 100%)
- expanded : boolean (default: true)
- expandAnimation : boolean (default: true)
- collapsible : boolean (default: true)
- Aggregations
- content : sap.ui.vk.ListPanel[]
In addition, all settings applicable to the base type sap.ui.core.Control 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.core.Control.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 |
content. | {sap.ui.vk.ListPanel} | oContent | the content to add; if empty, nothing is inserted |
| {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |
content. | {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |
collapsible. Ability to collapse
Default value is true.
| {boolean} | Value of property collapsible |
content. | {sap.ui.vk.ListPanel[]} |
expandAnimation. Expand animation
Default value is true.
| {boolean} | Value of property expandAnimation |
expanded. Expansion state
Default value is true.
| {boolean} | Value of property expanded |
width. Control width
Default value is 100%.
| {sap.ui.core.CSSSize} | Value of property width |
sap.ui.vk.ListPanel in the aggregation content. and returns its index if found or -1 otherwise. | {sap.ui.vk.ListPanel} | oContent | The content whose index is looked for |
| {int} | The index of the provided control in the aggregation if found, or -1 otherwise |
content. | {sap.ui.vk.ListPanel} | oContent | the content to insert; if empty, nothing is inserted |
| {int} | iIndex | the 0-based index the content should be inserted at; for a negative value of iIndex, the content is inserted at position 0; for a value greater than the current size of the aggregation, the content is inserted at the last position |
| {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |
content. Additionally, it unregisters them from the hosting UIArea.
| {sap.ui.vk.ListPanel[]} | An array of the removed elements (might be empty) |
content. | {int|string|sap.ui.vk.ListPanel} | vContent | The contentto remove or its index or id |
| {sap.ui.vk.ListPanel} | The removed content or null |
collapsible. Ability to collapse
When called with a value of null or undefined, the default value of the property will be restored.
Default value is true.
| {boolean} | bCollapsible | New value for property collapsible |
| {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |
expandAnimation. Expand animation
When called with a value of null or undefined, the default value of the property will be restored.
Default value is true.
| {boolean} | bExpandAnimation | New value for property expandAnimation |
| {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |
expanded. Expansion state
When called with a value of null or undefined, the default value of the property will be restored.
Default value is true.
| {boolean} | bExpanded | New value for property expanded |
| {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |
width. Control width
When called with a value of null or undefined, the default value of the property will be restored.
Default value is 100%.
| {sap.ui.core.CSSSize} | sWidth | New value for property width |
| {sap.ui.vk.ListPanelStack} | Reference to this in order to allow method chaining |