Ejemplo n.º 1
0
 /// <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);
Ejemplo n.º 2
0
 /// <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);
Ejemplo n.º 3
0
 /// <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);
Ejemplo n.º 4
0
 /// <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);
Ejemplo n.º 5
0
 /// <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);
Ejemplo n.º 6
0
 /// <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);
Ejemplo n.º 7
0
 /// <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);
Ejemplo n.º 8
0
 /// <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);
Ejemplo n.º 9
0
 /// <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);
Ejemplo n.º 10
0
 /// <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);
Ejemplo n.º 11
0
 /// <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);
Ejemplo n.º 12
0
 /// <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);
Ejemplo n.º 13
0
 /// <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);
Ejemplo n.º 14
0
 /// <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);
Ejemplo n.º 15
0
 /// <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);
Ejemplo n.º 16
0
 /// <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);
Ejemplo n.º 17
0
 /// <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);
Ejemplo n.º 18
0
 /// <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);
Ejemplo n.º 19
0
 /// <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);
Ejemplo n.º 20
0
 /// <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);
Ejemplo n.º 21
0
 /// <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);
Ejemplo n.º 22
0
 /// <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);
Ejemplo n.º 23
0
 /// <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);
Ejemplo n.º 24
0
 /// <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);
Ejemplo n.º 25
0
 /// <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);