Ejemplo n.º 1
0
 /// <summary>
 /// Adds some facetContent to the aggregation {@link #getFacetContent facetContent}.
 /// </summary>
 /// <param name="oFacetContent">The facetContent 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.ThingViewer addFacetContent(sap.ui.ux3.ThingGroup oFacetContent);
Ejemplo n.º 2
0
 /// <summary>
 /// Checks for the provided <code>sap.ui.ux3.ThingGroup</code> in the aggregation {@link #getFacetContent facetContent}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oFacetContent">The facetContent 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 indexOfFacetContent(sap.ui.ux3.ThingGroup oFacetContent);
Ejemplo n.º 3
0
 /// <summary>
 /// Checks for the provided <code>sap.ui.ux3.ThingGroup</code> in the aggregation {@link #getHeaderContent headerContent}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oHeaderContent">The headerContent 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 indexOfHeaderContent(sap.ui.ux3.ThingGroup oHeaderContent);
Ejemplo n.º 4
0
 /// <summary>
 /// Inserts a facetContent into the aggregation {@link #getFacetContent facetContent}.
 /// </summary>
 /// <param name="oFacetContent">The facetContent to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the facetContent should be inserted at; for a negative value of <code>iIndex</code>, the facetContent is inserted at position 0; for a value greater than the current size of the aggregation, the facetContent 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.ThingViewer insertFacetContent(sap.ui.ux3.ThingGroup oFacetContent, int iIndex);
Ejemplo n.º 5
0
 /// <summary>
 /// Adds some headerContent to the aggregation {@link #getHeaderContent headerContent}.
 /// </summary>
 /// <param name="oHeaderContent">The headerContent 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.ThingViewer addHeaderContent(sap.ui.ux3.ThingGroup oHeaderContent);
Ejemplo n.º 6
0
 /// <summary>
 /// Inserts a headerContent into the aggregation {@link #getHeaderContent headerContent}.
 /// </summary>
 /// <param name="oHeaderContent">The headerContent to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the headerContent should be inserted at; for a negative value of <code>iIndex</code>, the headerContent is inserted at position 0; for a value greater than the current size of the aggregation, the headerContent 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.ThingViewer insertHeaderContent(sap.ui.ux3.ThingGroup oHeaderContent, int iIndex);
Ejemplo n.º 7
0
 /// <summary>
 /// Checks for the provided <code>sap.ui.ux3.ThingGroup</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.ux3.ThingGroup oAction);
Ejemplo n.º 8
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.ui.ux3.ThingGroup addAction(sap.ui.ux3.ThingGroup oAction);
Ejemplo n.º 9
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.ui.ux3.ThingGroup insertAction(sap.ui.ux3.ThingGroup oAction, int iIndex);