/// <summary> /// Adds some item to the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.ui.commons.RadioButtonGroup addItem(sap.ui.core.Item oItem);
/// <summary> /// Sets the Item as selected and removes the selection from the previous one. /// </summary> /// <param name="oSelectedItem">Selected item</param> public extern virtual void setSelectedItem(sap.ui.core.Item oSelectedItem);
/// <summary> /// Adds some item to the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.SelectList addItem(sap.ui.core.Item oItem);
/// <summary> /// Adds some availableChartType to the aggregation {@link #getAvailableChartTypes availableChartTypes}. /// </summary> /// <param name="oAvailableChartType">The availableChartType to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.P13nDimMeasurePanel addAvailableChartType(sap.ui.core.Item oAvailableChartType);
/// <summary> /// Adds an item to the aggregation named <code>items</code>. /// </summary> /// <param name="oItem">The item to be added; if empty, nothing is added.</param> /// <returns><code>this</code> to allow method chaining.</returns> public extern virtual sap.m.ComboBoxBase addItem(sap.ui.core.Item oItem);
/// <summary> /// Inserts an item into the aggregation named <code>items</code>. /// </summary> /// <param name="oItem">The item to insert; if empty, nothing is inserted.</param> /// <param name="iIndex">The <code>0</code>-based index the item should be inserted at; for a negative value of <code>iIndex</code>, the item is inserted at position 0; for a value greater than the current size of the aggregation, the item is inserted at the last position.</param> /// <returns><code>this</code> to allow method chaining.</returns> public extern virtual sap.m.MultiComboBox insertItem(sap.ui.core.Item oItem, int iIndex);
/// <summary> /// Adds some actionGroup to the aggregation {@link #getActionGroups actionGroups}. /// </summary> /// <param name="oActionGroup">The actionGroup to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.SelectionDetails addActionGroup(sap.ui.core.Item oActionGroup);
/// <summary> /// Checks for the provided <code>sap.ui.core.Item</code> in the aggregation {@link #getActions actions}. and returns its index if found or -1 otherwise. /// </summary> /// <param name="oAction">The action whose index is looked for</param> /// <returns>The index of the provided control in the aggregation if found, or -1 otherwise</returns> public extern virtual int indexOfAction(sap.ui.core.Item oAction);
/// <summary> /// Adds some item to the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.semantic.SemanticSelect addItem(sap.ui.core.Item oItem);
/// <summary> /// Inserts a actionGroup into the aggregation {@link #getActionGroups actionGroups}. /// </summary> /// <param name="oActionGroup">The actionGroup to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the actionGroup should be inserted at; for a negative value of <code>iIndex</code>, the actionGroup is inserted at position 0; for a value greater than the current size of the aggregation, the actionGroup is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.SelectionDetails insertActionGroup(sap.ui.core.Item oActionGroup, int iIndex);
/// <summary> /// Inserts a item into the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the item should be inserted at; for a negative value of <code>iIndex</code>, the item is inserted at position 0; for a value greater than the current size of the aggregation, the item is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.semantic.SemanticSelect insertItem(sap.ui.core.Item oItem, int iIndex);
/// <summary> /// Adds some action to the aggregation {@link #getActions actions}. /// </summary> /// <param name="oAction">The action to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern static sap.m.SelectionDetailsItem addAction(sap.ui.core.Item oAction);
/// <summary> /// Checks for the provided <code>sap.ui.core.Item</code> in the aggregation {@link #getAvailableChartTypes availableChartTypes}. and returns its index if found or -1 otherwise. /// </summary> /// <param name="oAvailableChartType">The availableChartType whose index is looked for</param> /// <returns>The index of the provided control in the aggregation if found, or -1 otherwise</returns> public extern virtual int indexOfAvailableChartType(sap.ui.core.Item oAvailableChartType);
/// <summary> /// Inserts a action into the aggregation {@link #getActions actions}. /// </summary> /// <param name="oAction">The action to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the action should be inserted at; for a negative value of <code>iIndex</code>, the action is inserted at position 0; for a value greater than the current size of the aggregation, the action is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.SelectionDetailsItem insertAction(sap.ui.core.Item oAction, int iIndex);
/// <summary> /// Checks for the provided <code>sap.ui.core.Item</code> in the aggregation {@link #getActionGroups actionGroups}. and returns its index if found or -1 otherwise. /// </summary> /// <param name="oActionGroup">The actionGroup whose index is looked for</param> /// <returns>The index of the provided control in the aggregation if found, or -1 otherwise</returns> public extern virtual int indexOfActionGroup(sap.ui.core.Item oActionGroup);
/// <summary> /// Adds some action to the aggregation {@link #getActions actions}. /// </summary> /// <param name="oAction">The action to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.SelectionDetailsItem addAction(sap.ui.core.Item oAction);
/// <summary> /// Adds some actionGroup to the aggregation {@link #getActionGroups actionGroups}. /// </summary> /// <param name="oActionGroup">The actionGroup to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern static sap.m.SelectionDetails addActionGroup(sap.ui.core.Item oActionGroup);
/// <summary> /// Inserts an item into the aggregation named <code>items</code>. /// </summary> /// <param name="oItem">The item to be inserted; if empty, nothing is inserted.</param> /// <param name="iIndex">The <code>0</code>-based index the item should be inserted at; for a negative value of <code>iIndex</code>, the item is inserted at position 0; for a value greater than the current size of the aggregation, the item is inserted at the last position.</param> /// <returns><code>this</code> to allow method chaining.</returns> public extern virtual sap.m.ComboBoxBase insertItem(sap.ui.core.Item oItem, int iIndex);
/// <summary> /// Inserts a item into the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the item should be inserted at; for a negative value of <code>iIndex</code>, the item is inserted at position 0; for a value greater than the current size of the aggregation, the item is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.ui.ux3.Collection insertItem(sap.ui.core.Item oItem, int iIndex);
/// <summary> /// Adds some item <code>oItem</code> to the association named <code>selectedItems</code>. /// </summary> /// <param name="oItem">The selected item to add; if empty, nothing is added.</param> /// <returns><code>this</code> to allow method chaining.</returns> public extern virtual sap.m.MultiComboBox addSelectedItem(sap.ui.core.Item oItem);
/// <summary> /// Adds some item to the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to add; if empty, nothing is inserted</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.ui.ux3.Collection addItem(sap.ui.core.Item oItem);
/// <summary> /// Inserts a item into the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the item should be inserted at; for a negative value of <code>iIndex</code>, the item is inserted at position 0; for a value greater than the current size of the aggregation, the item is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.SelectList insertItem(sap.ui.core.Item oItem, int iIndex);
/// <summary> /// Inserts a item into the aggregation {@link #getItems items}. /// </summary> /// <param name="oItem">The item to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the item should be inserted at; for a negative value of <code>iIndex</code>, the item is inserted at position 0; for a value greater than the current size of the aggregation, the item is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.ui.commons.RadioButtonGroup insertItem(sap.ui.core.Item oItem, int iIndex);
/// <summary> /// Checks for the provided <code>sap.ui.core.Item</code> in the aggregation {@link #getItems items}. and returns its index if found or -1 otherwise. /// </summary> /// <param name="oItem">The item whose index is looked for</param> /// <returns>The index of the provided control in the aggregation if found, or -1 otherwise</returns> public extern virtual int indexOfItem(sap.ui.core.Item oItem);
/// <summary> /// Inserts a availableChartType into the aggregation {@link #getAvailableChartTypes availableChartTypes}. /// </summary> /// <param name="oAvailableChartType">The availableChartType to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the availableChartType should be inserted at; for a negative value of <code>iIndex</code>, the availableChartType is inserted at position 0; for a value greater than the current size of the aggregation, the availableChartType is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.P13nDimMeasurePanel insertAvailableChartType(sap.ui.core.Item oAvailableChartType, int iIndex);