Esempio n. 1
0
 /// <summary>
 /// Checks for the provided <code>sap.m.MaskInputRule</code> in the aggregation {@link #getRules rules}. and returns its index if found or -1 otherwise.
 /// </summary>
 /// <param name="oRule">The rule 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 indexOfRule(sap.m.MaskInputRule oRule);
Esempio n. 2
0
 /// <summary>
 /// Inserts a rule into the aggregation {@link #getRules rules}.
 /// </summary>
 /// <param name="oRule">The rule to insert; if empty, nothing is inserted</param>
 /// <param name="iIndex">The <code>0</code>-based index the rule should be inserted at; for a negative value of <code>iIndex</code>, the rule is inserted at position 0; for a value greater than the current size of the aggregation, the rule 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.TimePicker insertRule(sap.m.MaskInputRule oRule, int iIndex);
Esempio n. 3
0
 /// <summary>
 /// Adds some rule to the aggregation {@link #getRules rules}.
 /// </summary>
 /// <param name="oRule">The rule 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.TimePicker addRule(sap.m.MaskInputRule oRule);
Esempio n. 4
0
 /// <summary>
 /// Adds some rule to the aggregation {@link #getRules rules}.
 /// </summary>
 /// <param name="oRule">The rule 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.MaskInput addRule(sap.m.MaskInputRule oRule);