/// <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);
/// <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);
public extern virtual sap.m.SegmentedButton addButton(sap.m.Button oButton);
/// <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);
/// <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);
public extern virtual sap.m.SegmentedButton insertButton(sap.m.Button oButton, int iIndex);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);
/// <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);