Beispiel #1
0
 /// <summary>
 /// Sets a new value for property {@link #getFrameType frameType}.
 ///
 /// The frame type: OneByOne or TwoByOne. Set to OneByOne as default if no property is defined or set to Auto by the app.
 ///
 /// 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>OneByOne</code>.
 /// </summary>
 /// <param name="sFrameType">New value for property <code>frameType</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.GenericTile setFrameType(sap.m.FrameType sFrameType);
Beispiel #2
0
 /// <summary>
 /// Sets a new value for property {@link #getFrameType frameType}.
 ///
 /// Frame types: 1x1, 2x1, and auto.
 ///
 /// 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>Auto</code>.
 /// </summary>
 /// <param name="sFrameType">New value for property <code>frameType</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.TileContent setFrameType(sap.m.FrameType sFrameType);