Esempio n. 1
0
 /// <summary>
 /// Sets a new value for property {@link #getOrientation orientation}.
 ///
 /// The orientation of the HeaderContainer. There are two orientation modes: horizontal and vertical. In horizontal mode the content controls are displayed next to each other, in vertical mode the content controls are displayed on top of each other.
 ///
 /// 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>Horizontal</code>.
 /// </summary>
 /// <param name="sOrientation">New value for property <code>orientation</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.HeaderContainer setOrientation(sap.ui.core.Orientation sOrientation);
Esempio n. 2
0
 /// <summary>
 /// Sets a new value for property {@link #getOrientation orientation}.
 ///
 /// Whether to show the secondary content on the left ("Horizontal", default) or on the top ("Vertical").
 ///
 /// 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>Horizontal</code>.
 /// </summary>
 /// <param name="sOrientation">New value for property <code>orientation</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.SplitContainer setOrientation(sap.ui.core.Orientation sOrientation);
Esempio n. 3
0
 /// <summary>
 /// Setter for property orientation. Default value is sap.ui.core.Orientation.Horizontal
 /// </summary>
 /// <param name="sOrientation">The Orientation type.</param>
 /// <returns>this to allow method chaining.</returns>
 public extern virtual sap.ui.layout.PaneContainer setOrientation(sap.ui.core.Orientation sOrientation);
Esempio n. 4
0
 /// <summary>
 /// Sets a new value for property {@link #getSplitterOrientation splitterOrientation}.
 ///
 /// The splitter can have horizontal or vertical orientation.
 ///
 /// 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>Vertical</code>.
 /// </summary>
 /// <param name="sSplitterOrientation">New value for property <code>splitterOrientation</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Splitter setSplitterOrientation(sap.ui.core.Orientation sSplitterOrientation);
Esempio n. 5
0
 /// <summary>
 /// Sets a new value for property {@link #getOrientation orientation}.
 ///
 /// Whether to split the contents horizontally (default) or vertically.
 ///
 /// 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>Horizontal</code>.
 /// </summary>
 /// <param name="sOrientation">New value for property <code>orientation</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.Splitter setOrientation(sap.ui.core.Orientation sOrientation);