Ejemplo n.º 1
0
 /// <summary>
 /// Sets a new value for property {@link #getType type}.
 ///
 /// Type of the date range.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>Type01</code>.
 /// </summary>
 /// <param name="sType">New value for property <code>type</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.DateTypeRange setType(sap.ui.unified.CalendarDayType sType);
Ejemplo n.º 2
0
 /// <summary>
 /// Sets a new value for property {@link #getType type}.
 ///
 /// Type of the item. If not set the type is automatically determined from the order of the items in the CalendarLegend.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>None</code>.
 /// </summary>
 /// <param name="sType">New value for property <code>type</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.CalendarLegendItem setType(sap.ui.unified.CalendarDayType sType);