示例#1
0
 /// <summary>
 /// Sets a new value for property {@link #getValueColor valueColor}.
 ///
 /// The semantic color of the value.
 ///
 /// 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>Neutral</code>.
 /// </summary>
 /// <param name="sValueColor">New value for property <code>valueColor</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.NumericContent setValueColor(sap.m.ValueColor sValueColor);
示例#2
0
 /// <summary>
 /// Sets a new value for property {@link #getValueColor valueColor}.
 ///
 /// The semantic color of the value.
 ///
 /// 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="sValueColor">New value for property <code>valueColor</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.FeedContent setValueColor(sap.m.ValueColor sValueColor);
示例#3
0
 /// <summary>
 /// Sets a new value for property {@link #getFooterColor footerColor}.
 ///
 /// The semantic color of the footer.
 ///
 /// 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>Neutral</code>.
 /// </summary>
 /// <param name="sFooterColor">New value for property <code>footerColor</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.TileContent setFooterColor(sap.m.ValueColor sFooterColor);