示例#1
0
 /// <summary>
 /// Sets a new value for property {@link #getColumnsL columnsL}.
 ///
 /// Number of columns for large size.
 ///
 /// The number of columns for large size must not be smaller than the number of columns for medium size.
 ///
 /// 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>2</code>.
 /// </summary>
 /// <param name="sColumnsL">New value for property <code>columnsL</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.form.ColumnLayout setColumnsL(sap.ui.layout.form.ColumnsL sColumnsL);
示例#2
0
 /// <summary>
 /// Sets a new value for property {@link #getColumnsL columnsL}.
 ///
 /// Number of columns the <code>FormContainer</code> element uses if the <code>Form</code> control has large size.
 ///
 /// The number of columns for large size must not be smaller than the number of columns for medium size.
 ///
 /// 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>2</code>.
 /// </summary>
 /// <param name="sColumnsL">New value for property <code>columnsL</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.form.ColumnContainerData setColumnsL(sap.ui.layout.form.ColumnsL sColumnsL);