/// <summary> /// Checks for the provided <code>sap.m.Link</code> in the aggregation {@link #getLinks links}. and returns its index if found or -1 otherwise. /// </summary> /// <param name="oLink">The link 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 indexOfLink(sap.m.Link oLink);
/// <summary> /// Inserts a link into the aggregation {@link #getLinks links}. /// </summary> /// <param name="oLink">The link to insert; if empty, nothing is inserted</param> /// <param name="iIndex">The <code>0</code>-based index the link should be inserted at; for a negative value of <code>iIndex</code>, the link is inserted at position 0; for a value greater than the current size of the aggregation, the link is inserted at the last position</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.uxap.BreadCrumbs insertLink(sap.m.Link oLink, int iIndex);
/// <summary> /// Adds some link to the aggregation {@link #getLinks links}. /// </summary> /// <param name="oLink">The link 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.uxap.BreadCrumbs addLink(sap.m.Link oLink);
/// <summary> /// Sets the aggregated {@link #getCustomDescription customDescription}. /// </summary> /// <param name="oCustomDescription">The customDescription to set</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.MessagePage setCustomDescription(sap.m.Link oCustomDescription);
/// <summary> /// Sets the aggregated {@link #getCustomText customText}. /// </summary> /// <param name="oCustomText">The customText to set</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.MessagePage setCustomText(sap.m.Link oCustomText);
/// <summary> /// Sets the aggregated {@link #getLink link}. /// </summary> /// <param name="oLink">The link to set</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.MessageItem setLink(sap.m.Link oLink);
/// <summary> /// Sets the aggregated {@link #getLink link}. /// </summary> /// <param name="oLink">The link to set</param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.MessageStrip setLink(sap.m.Link oLink);
/// <summary> /// Adds some link to the aggregation {@link #getLinks links}. /// </summary> /// <param name="oLink">The link 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.Breadcrumbs addLink(sap.m.Link oLink);