示例#1
0
 /// <summary>
 /// Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
 ///
 /// Specifies the background color of the content. The visualization of the different options depends on the used theme.
 ///
 /// 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>Transparent</code>.
 /// </summary>
 /// <param name="sBackgroundDesign">New value for property <code>backgroundDesign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.HeaderContainer setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);
示例#2
0
 /// <summary>
 /// Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
 ///
 /// Sets the background style of the table. Depending on the theme, you can change the state of the background from <code>Solid</code> to <code>Translucent</code> or to <code>Transparent</code>.
 ///
 /// 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>Translucent</code>.
 /// </summary>
 /// <param name="sBackgroundDesign">New value for property <code>backgroundDesign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Table setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);
示例#3
0
 /// <summary>
 /// Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
 ///
 /// Specifies the background color of the header.
 ///
 /// Depending on the theme, you can change the state of the background color to "Solid", "Translucent", or "Transparent". Default is "Solid".
 ///
 /// 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>Solid</code>.
 /// </summary>
 /// <param name="sBackgroundDesign">New value for property <code>backgroundDesign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.IconTabHeader setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);
示例#4
0
 /// <summary>
 /// Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
 ///
 /// Sets the background style of the list. Depending on the theme, you can change the state of the background from <code>Solid</code> to <code>Translucent</code> or to <code>Transparent</code>.
 ///
 /// 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>Solid</code>.
 /// </summary>
 /// <param name="sBackgroundDesign">New value for property <code>backgroundDesign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.List setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);
示例#5
0
 /// <summary>
 /// Sets the header background design.
 /// </summary>
 /// <param name="headerBackgroundDesign">New parameter value.</param>
 /// <returns>this IconTabBar reference for chaining.</returns>
 public extern virtual sap.m.IconTabBar setHeaderBackgroundDesign(sap.m.BackgroundDesign headerBackgroundDesign);
示例#6
0
 /// <summary>
 /// Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
 ///
 /// This property is used to set the background color of the Panel. Depending on the theme you can change the state of the background from "Solid" over "Translucent" to "Transparent".
 ///
 /// 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>Translucent</code>.
 /// </summary>
 /// <param name="sBackgroundDesign">New value for property <code>backgroundDesign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Panel setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);
示例#7
0
 /// <summary>
 /// Sets the value of the <code>backgroundDesign</code> property.
 /// </summary>
 /// <param name="sBackgroundDesign">new value of the <code>backgroundDesign</code></param>
 /// <returns><code>this</code> to allow method chaining</returns>
 public extern virtual sap.uxap.AnchorBar setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);
示例#8
0
 /// <summary>
 /// Sets the value of the <code>backgroundDesign</code> property.
 /// </summary>
 /// <param name="sBackgroundDesign">new value of the <code>backgroundDesign</code></param>
 /// <returns><code>this</code> to allow method chaining</returns>
 public extern virtual sap.f.DynamicPageHeader setBackgroundDesign(sap.m.BackgroundDesign sBackgroundDesign);