コード例 #1
0
ファイル: ExactBrowser.cs プロジェクト: emumanu/OpenUI5Sharp
 /// <summary>
 /// Sets a new value for property {@link #getTopListOrder topListOrder}.
 ///
 /// The order how the sublists of the top level list should be displayed.
 ///
 /// 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>Select</code>.
 /// </summary>
 /// <param name="sTopListOrder">New value for property <code>topListOrder</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.ux3.ExactBrowser setTopListOrder(sap.ui.ux3.ExactOrder sTopListOrder);
コード例 #2
0
 /// <summary>
 /// Sets a new value for property {@link #getListOrder listOrder}.
 ///
 /// The order how the sublists of this attribute should be displayed.
 ///
 /// 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>Select</code>.
 /// </summary>
 /// <param name="sListOrder">New value for property <code>listOrder</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.ux3.ExactAttribute setListOrder(sap.ui.ux3.ExactOrder sListOrder);