Beispiel #1
0
 /// <summary>
 /// Sets a new value for property {@link #getMinSizeSecondPane minSizeSecondPane}.
 ///
 /// The minimum size (width for vertical splitter or height for horizontal splitter) of the second Pane
 ///
 /// 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>0%</code>.
 /// </summary>
 /// <param name="sMinSizeSecondPane">New value for property <code>minSizeSecondPane</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Splitter setMinSizeSecondPane(sap.ui.core.Percentage sMinSizeSecondPane);
Beispiel #2
0
 /// <summary>
 /// Sets a new value for property {@link #getSplitterPosition splitterPosition}.
 ///
 /// Position of splitter bar in percentage. The default value means that the splitter is positioned in the middle of the area that is available for the splitter.
 ///
 /// 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>50%</code>.
 /// </summary>
 /// <param name="sSplitterPosition">New value for property <code>splitterPosition</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Splitter setSplitterPosition(sap.ui.core.Percentage sSplitterPosition);