Example #1
0
 /// <summary>
 /// Sets a new value for property {@link #getMode mode}.
 ///
 /// Specifies the header mode. <b>Note:</b> The Inline mode works only if no icons are set.
 ///
 /// 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>Standard</code>.
 /// </summary>
 /// <param name="sMode">New value for property <code>mode</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.IconTabHeader setMode(sap.m.IconTabHeaderMode sMode);
Example #2
0
 /// <summary>
 /// Sets the tab density mode.
 /// </summary>
 /// <param name="mode">New parameter value.</param>
 /// <returns>this IconTabBar reference for chaining.</returns>
 public extern virtual sap.m.IconTabBar setTabDensityMode(sap.m.IconTabHeaderMode mode);