Exemple #1
0
 /// <summary>
 /// Sets a new value for property {@link #getHeight height}.
 ///
 /// The height of the split area in px or in %
 ///
 /// 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>100%</code>.
 /// </summary>
 /// <param name="sHeight">New value for property <code>height</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Splitter setHeight(sap.ui.commons.SplitterSize sHeight);
Exemple #2
0
 /// <summary>
 /// Sets a new value for property {@link #getWidth width}.
 ///
 /// The width of the split area in px or in %
 ///
 /// 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>100%</code>.
 /// </summary>
 /// <param name="sWidth">New value for property <code>width</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Splitter setWidth(sap.ui.commons.SplitterSize sWidth);