Ejemplo n.º 1
0
 /// <summary>
 /// Adds some button to the aggregation {@link #getButtons buttons}.
 /// </summary>
 /// <param name="oButton">The button 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.NotificationListBase addButton(sap.m.Button oButton);
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the aggregated {@link #getCustomAnchorBarButton customAnchorBarButton}.
 /// </summary>
 /// <param name="oCustomAnchorBarButton">The customAnchorBarButton to set</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.uxap.ObjectPageSectionBase setCustomAnchorBarButton(sap.m.Button oCustomAnchorBarButton);
Ejemplo n.º 3
0
 public extern virtual sap.m.SegmentedButton addButton(sap.m.Button oButton);
Ejemplo n.º 4
0
 /// <summary>
 /// Inserts a button into the aggregation {@link #getButtons buttons}.
 /// </summary>
 /// <param name="oButton">The button to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the button should be inserted at; for a negative value of <code>iIndex</code>, the button is inserted at position 0; for a value greater than the current size of the aggregation, the button 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.NotificationListBase insertButton(sap.m.Button oButton, int iIndex);
Ejemplo n.º 5
0
 /// <summary>
 /// Adds some customFooterContent to the aggregation {@link #getCustomFooterContent customFooterContent}.
 /// </summary>
 /// <param name="oCustomFooterContent">The customFooterContent 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.SemanticPage addCustomFooterContent(sap.m.Button oCustomFooterContent);
Ejemplo n.º 6
0
 public extern virtual sap.m.SegmentedButton insertButton(sap.m.Button oButton, int iIndex);
Ejemplo n.º 7
0
 /// <summary>
 /// Adds some customShareMenuContent to the aggregation {@link #getCustomShareMenuContent customShareMenuContent}.
 /// </summary>
 /// <param name="oCustomShareMenuContent">The customShareMenuContent 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.ShareMenuPage addCustomShareMenuContent(sap.m.Button oCustomShareMenuContent);
Ejemplo n.º 8
0
 /// <summary>
 /// Adds some button to the aggregation {@link #getButtons buttons}.
 /// </summary>
 /// <param name="oButton">The button 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.MessagePage addButton(sap.m.Button oButton);
Ejemplo n.º 9
0
 /// <summary>
 /// Adds some popupButton to the aggregation {@link #getPopupButtons popupButtons}.
 /// </summary>
 /// <param name="oPopupButton">The popupButton 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.PDFViewer addPopupButton(sap.m.Button oPopupButton);
Ejemplo n.º 10
0
 /// <summary>
 /// Checks for the provided <code>sap.m.Button</code> in the aggregation {@link #getPopupButtons popupButtons}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oPopupButton">The popupButton 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 indexOfPopupButton(sap.m.Button oPopupButton);
Ejemplo n.º 11
0
 /// <summary>
 /// Inserts a popupButton into the aggregation {@link #getPopupButtons popupButtons}.
 /// </summary>
 /// <param name="oPopupButton">The popupButton to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the popupButton should be inserted at; for a negative value of <code>iIndex</code>, the popupButton is inserted at position 0; for a value greater than the current size of the aggregation, the popupButton 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.PDFViewer insertPopupButton(sap.m.Button oPopupButton, int iIndex);
Ejemplo n.º 12
0
 /// <summary>
 /// Sets the aggregated {@link #getSaveAsTileAction saveAsTileAction}.
 /// </summary>
 /// <param name="oSaveAsTileAction">The saveAsTileAction to set</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.semantic.DetailPage setSaveAsTileAction(sap.m.Button oSaveAsTileAction);
Ejemplo n.º 13
0
 /// <summary>
 /// Checks for the provided <code>sap.m.Button</code> in the aggregation {@link #getCustomFooterContent customFooterContent}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oCustomFooterContent">The customFooterContent 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 indexOfCustomFooterContent(sap.m.Button oCustomFooterContent);
Ejemplo n.º 14
0
 /// <summary>
 /// Sets the aggregated {@link #getSaveAsTileAction saveAsTileAction}.
 /// </summary>
 /// <param name="oSaveAsTileAction">The saveAsTileAction to set</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.semantic.FullscreenPage setSaveAsTileAction(sap.m.Button oSaveAsTileAction);
Ejemplo n.º 15
0
 /// <summary>
 /// Checks for the provided <code>sap.m.Button</code> in the aggregation {@link #getCustomShareMenuContent customShareMenuContent}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oCustomShareMenuContent">The customShareMenuContent 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 indexOfCustomShareMenuContent(sap.m.Button oCustomShareMenuContent);
Ejemplo n.º 16
0
 /// <summary>
 /// Inserts a button into the aggregation {@link #getButtons buttons}.
 /// </summary>
 /// <param name="oButton">The button to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the button should be inserted at; for a negative value of <code>iIndex</code>, the button is inserted at position 0; for a value greater than the current size of the aggregation, the button 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.MessagePage insertButton(sap.m.Button oButton, int iIndex);
Ejemplo n.º 17
0
 /// <summary>
 /// Inserts a customShareMenuContent into the aggregation {@link #getCustomShareMenuContent customShareMenuContent}.
 /// </summary>
 /// <param name="oCustomShareMenuContent">The customShareMenuContent to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the customShareMenuContent should be inserted at; for a negative value of <code>iIndex</code>, the customShareMenuContent is inserted at position 0; for a value greater than the current size of the aggregation, the customShareMenuContent 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.ShareMenuPage insertCustomShareMenuContent(sap.m.Button oCustomShareMenuContent, int iIndex);
Ejemplo n.º 18
0
 /// <summary>
 /// Checks for the provided <code>sap.m.Button</code> in the aggregation {@link #getButtons buttons}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oButton">The button 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 indexOfButton(sap.m.Button oButton);
Ejemplo n.º 19
0
 /// <summary>
 /// Inserts a customFooterContent into the aggregation {@link #getCustomFooterContent customFooterContent}.
 /// </summary>
 /// <param name="oCustomFooterContent">The customFooterContent to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the customFooterContent should be inserted at; for a negative value of <code>iIndex</code>, the customFooterContent is inserted at position 0; for a value greater than the current size of the aggregation, the customFooterContent 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.SemanticPage insertCustomFooterContent(sap.m.Button oCustomFooterContent, int iIndex);