示例#1
0
 /// <summary>
 /// Sets a new value for property {@link #getColor color}.
 ///
 /// Overrides the color derived from the <code>type</code> property.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 /// </summary>
 /// <param name="sColor">New value for property <code>color</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.CalendarLegendItem setColor(sap.ui.core.CSSColor sColor);
示例#2
0
 /// <summary>
 /// Sets a new value for property {@link #getDefaultColor defaultColor}.
 ///
 /// The color, which the app developer will receive when end-user chooses the "Default color" button. See event {@link #event:colorSelect colorSelect}.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 /// </summary>
 /// <param name="sDefaultColor">New value for property <code>defaultColor</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ColorPalettePopover setDefaultColor(sap.ui.core.CSSColor sDefaultColor);
示例#3
0
 /// <summary>
 /// Sets a new value for property {@link #getBackgroundColor backgroundColor}.
 ///
 /// Defines the background color of the Shell. If set, this color will override the default background defined by the theme. This should only be set when really required. Any configured background image will be placed above this colored background. Use the backgroundRepeat property to define whether this image should be stretched to cover the complete Shell or whether it should be tiled.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 /// </summary>
 /// <param name="sBackgroundColor">New value for property <code>backgroundColor</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Shell setBackgroundColor(sap.ui.core.CSSColor sBackgroundColor);
 /// <summary>
 /// Sets a new value for property {@link #getColor color}.
 ///
 /// Overrides the color derived from the <code>type</code> property. This property will work only with full hex color with pound symbol, e.g.: #FF0000.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 /// </summary>
 /// <param name="sColor">New value for property <code>color</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.CalendarAppointment setColor(sap.ui.core.CSSColor sColor);