Ejemplo n.º 1
0
 /// <summary>
 /// Sets a new value for property {@link #getCellsSmall cellsSmall}.
 ///
 /// Number of cells used by a field if the <code>FormElement</code> element is small. The label is then above the fields per default.
 ///
 /// If set to <code>12</code>, the full size of the <code>FormElement</code> is used.
 ///
 /// 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>12</code>.
 /// </summary>
 /// <param name="sCellsSmall">New value for property <code>cellsSmall</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.form.ColumnElementData setCellsSmall(sap.ui.layout.form.ColumnCells sCellsSmall);
Ejemplo n.º 2
0
 /// <summary>
 /// Sets a new value for property {@link #getLabelCellsLarge labelCellsLarge}.
 ///
 /// Defines how many cells a label uses if the column is large.
 ///
 /// 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>4</code>.
 /// </summary>
 /// <param name="sLabelCellsLarge">New value for property <code>labelCellsLarge</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.form.ColumnLayout setLabelCellsLarge(sap.ui.layout.form.ColumnCells sLabelCellsLarge);
Ejemplo n.º 3
0
 /// <summary>
 /// Sets a new value for property {@link #getCellsLarge cellsLarge}.
 ///
 /// Number of cells used by a field if the <code>FormElement</code> element is large. The label is then beside the fields per default.
 ///
 /// If set to <code>12</code>, the full size of the <code>FormElement</code> element is used.
 ///
 /// 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>8</code>.
 /// </summary>
 /// <param name="sCellsLarge">New value for property <code>cellsLarge</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.layout.form.ColumnElementData setCellsLarge(sap.ui.layout.form.ColumnCells sCellsLarge);