Exemplo n.º 1
0
 /// <summary>
 /// Sets a new value for property {@link #getFooterRole footerRole}.
 ///
 /// Landmark role of the footer container of the corresponding <code>sap.m.Page</code> control.
 ///
 /// If set to <code>sap.ui.core.AccessibleLandmarkRole.None</code>, no landmark will be added to the container.
 ///
 /// 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>Region</code>.
 /// </summary>
 /// <param name="sFooterRole">New value for property <code>footerRole</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.PageAccessibleLandmarkInfo setFooterRole(sap.ui.core.AccessibleLandmarkRole sFooterRole);
Exemplo n.º 2
0
 /// <summary>
 /// Sets a new value for property {@link #getContentRole contentRole}.
 ///
 /// Landmark role of the content container of the corresponding <code>sap.m.Page</code> control.
 ///
 /// If set to <code>sap.ui.core.AccessibleLandmarkRole.None</code>, no landmark will be added to the container.
 ///
 /// 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>Main</code>.
 /// </summary>
 /// <param name="sContentRole">New value for property <code>contentRole</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.PageAccessibleLandmarkInfo setContentRole(sap.ui.core.AccessibleLandmarkRole sContentRole);