Example #1
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleLevel titleLevel}.
 ///
 /// Defines the aria level of the title This information is e.g. used by assistive technologies like screenreaders to create a hierarchical site map for faster navigation.
 ///
 /// 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>Auto</code>.
 /// </summary>
 /// <param name="sTitleLevel">New value for property <code>titleLevel</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.BlockLayoutCell setTitleLevel(sap.ui.core.TitleLevel sTitleLevel);
Example #2
0
 /// <summary>
 /// Sets a new value for property {@link #getLevel level}.
 ///
 /// Defines the level of the title. If set to auto the level of the title is chosen by the control rendering the title.
 ///
 /// Currently not all controls using the Title.control supporting this property.
 ///
 /// 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>Auto</code>.
 /// </summary>
 /// <param name="sLevel">New value for property <code>level</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.core.Title setLevel(sap.ui.core.TitleLevel sLevel);
Example #3
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleStyle titleStyle}.
 ///
 /// Defines the style of the title. When using the <code>Auto</code> styling, the appearance of the title depends on the current position of the title (e.g. inside a <code>Toolbar</code>). This default behavior can be overridden by setting a different style explicitly. The actual appearance of the title and the different styles always depends on the theme being used.
 ///
 /// 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>Auto</code>.
 /// </summary>
 /// <param name="sTitleStyle">New value for property <code>titleStyle</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Title setTitleStyle(sap.ui.core.TitleLevel sTitleStyle);
Example #4
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleLevel titleLevel}.
 ///
 /// Determines the ARIA level of the <code>ObjectPageSectionBase</code> title. The ARIA level is used by assisting technologies, such as screen readers, to create a hierarchical site map for faster navigation.
 ///
 /// <b>Note:</b> Defining a <code>titleLevel</code> will add <code>aria-level</code> attribute from 1 to 6, instead of changing the <code>ObjectPageSectionBase</code> title HTML tag from H1 to H6. <br>For example: if <code>titleLevel</code> is <code>TitleLevel.H1</code>, it will result as aria-level of 1 added to the <code>ObjectPageSectionBase</code> title.
 ///
 /// 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>Auto</code>.
 /// </summary>
 /// <param name="sTitleLevel">New value for property <code>titleLevel</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.uxap.ObjectPageSectionBase setTitleLevel(sap.ui.core.TitleLevel sTitleLevel);
Example #5
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleLevel titleLevel}.
 ///
 /// Defines the semantic level of the title.
 ///
 /// This information is used by assistive technologies, such as screen readers to create a hierarchical site map for faster navigation. Depending on this setting an HTML h1-h6 element is used.
 ///
 /// 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>H1</code>.
 /// </summary>
 /// <param name="sTitleLevel">New value for property <code>titleLevel</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Shell setTitleLevel(sap.ui.core.TitleLevel sTitleLevel);
Example #6
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleLevel titleLevel}.
 ///
 /// See {@link sap.m.Page#titleLevel}
 ///
 /// 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>Auto</code>.
 /// </summary>
 /// <param name="sTitleLevel">New value for property <code>titleLevel</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.semantic.SemanticPage setTitleLevel(sap.ui.core.TitleLevel sTitleLevel);