コード例 #1
0
 /// <summary>
 /// Sets a new value for property {@link #getHighlight highlight}.
 ///
 /// The highlight state of the rows. If the highlight is set to {@link sap.ui.core.MessageType.None} (default), no highlights are visible.
 ///
 /// 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>None</code>.
 /// </summary>
 /// <param name="sHighlight">New value for property <code>highlight</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.table.RowSettings setHighlight(sap.ui.core.MessageType sHighlight);
コード例 #2
0
ファイル: Message.cs プロジェクト: emumanu/OpenUI5Sharp
 /// <summary>
 /// Set message type
 /// </summary>
 /// <param name="sType">The Message type</param>
 public extern virtual void setType(sap.ui.core.MessageType sType);
コード例 #3
0
 /// <summary>
 /// Sets a new value for property {@link #getHighlight highlight}.
 ///
 /// Defines the highlight state of the list items.
 ///
 /// 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>None</code>.
 /// </summary>
 /// <param name="sHighlight">New value for property <code>highlight</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ListItemBase setHighlight(sap.ui.core.MessageType sHighlight);
コード例 #4
0
 /// <summary>
 /// Sets type of the MessageItem. <b>Note:</b> if you set the type to None it will be handled and rendered as Information.
 /// </summary>
 /// <param name="sType">Type of Message</param>
 /// <returns>The MessageItem</returns>
 public extern virtual sap.m.MessageItem setType(sap.ui.core.MessageType sType);
コード例 #5
0
 /// <summary>
 /// Sets a new value for property {@link #getLevel level}.
 ///
 /// Setting the message's level.
 ///
 /// 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>None</code>.
 /// </summary>
 /// <param name="sLevel">New value for property <code>level</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.core.Message setLevel(sap.ui.core.MessageType sLevel);