예제 #1
0
 /// <summary>
 /// Checks for the provided <code>sap.ui.unified.DateTypeRange</code> in the aggregation {@link #getSpecialDates specialDates}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oSpecialDate">The specialDate 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 indexOfSpecialDate(sap.ui.unified.DateTypeRange oSpecialDate);
예제 #2
0
 /// <summary>
 /// Adds some specialDate to the aggregation {@link #getSpecialDates specialDates}.
 /// </summary>
 /// <param name="oSpecialDate">The specialDate 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.unified.calendar.TimesRow addSpecialDate(sap.ui.unified.DateTypeRange oSpecialDate);
예제 #3
0
 /// <summary>
 /// Inserts a specialDate into the aggregation {@link #getSpecialDates specialDates}.
 /// </summary>
 /// <param name="oSpecialDate">The specialDate to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the specialDate should be inserted at; for a negative value of <code>iIndex</code>, the specialDate is inserted at position 0; for a value greater than the current size of the aggregation, the specialDate 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.unified.calendar.TimesRow insertSpecialDate(sap.ui.unified.DateTypeRange oSpecialDate, int iIndex);
예제 #4
0
 /// <summary>
 /// Removes a <code>specialDate</code> from the aggregation <code>specialDates</code>.
 /// </summary>
 /// <param name="oSpecialDate">The <code>specialDate</code> to remove or its index or id</param>
 /// <returns>The removed <code>specialDate</code> or null</returns>
 public extern virtual sap.ui.unified.DateTypeRange removeSpecialDate(sap.ui.unified.DateTypeRange oSpecialDate);
예제 #5
0
 /// <summary>
 /// Adds some <code>specialDate</code> to the aggregation <code>specialDates</code>.
 /// </summary>
 /// <param name="oSpecialDate">the specialDate to add; if empty, nothing is added</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.DatePicker addSpecialDate(sap.ui.unified.DateTypeRange oSpecialDate);
예제 #6
0
 /// <summary>
 /// Inserts a <code>specialDate</code> to the aggregation <code>specialDates</code>.
 /// </summary>
 /// <param name="oSpecialDate">the specialDate to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">the 0-based index the <code>specialDate</code> should be inserted at; for a negative value of <code>iIndex</code>, the <code>specialDate</code> is inserted at position 0; for a value greater than the current size of the aggregation, the <code>specialDate</code> 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.DatePicker insertSpecialDate(sap.ui.unified.DateTypeRange oSpecialDate, int iIndex);