Exemplo n.º 1
0
				/// <summary>
				/// Setter for property <code>valueState</code>.
				/// 
				/// Default value is <code>None</code>.
				/// </summary>
				/// <param name="sValueState">New value for property <code>valueState</code>.</param>
				/// <returns><code>this</code> to allow method chaining.</returns>
				public extern virtual sap.m.InputBase setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 2
0
 /// <summary>
 /// Sets a new value for property {@link #getValueState valueState}.
 ///
 /// Тhe value state to be displayed for the RadioButton. Possible values are: sap.ui.core.ValueState.Error, sap.ui.core.ValueState.Warning, sap.ui.core.ValueState.Success and sap.ui.core.ValueState.None. Note: Setting this attribute to sap.ui.core.ValueState.Error when the accessibility feature is enabled, sets the value of the invalid property for the whole RadioButtonGroup to true.
 ///
 /// 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="sValueState">New value for property <code>valueState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.RadioButtonGroup setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 3
0
 /// <summary>
 /// Sets a new value for property {@link #getValueState valueState}.
 ///
 /// Defines the value state of the text field of the item. This allows you to visualize e.g. warnings or errors.
 ///
 /// 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="sValueState">New value for property <code>valueState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.MenuTextFieldItem setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 4
0
 /// <summary>
 /// Sets a new value for property {@link #getValueState valueState}.
 ///
 /// Visualizes the validation state of the control, e.g. <code>Error</code>, <code>Warning</code>, <code>Success</code>.
 ///
 /// 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="sValueState">New value for property <code>valueState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.DateTimeInput setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 5
0
 /// <summary>
 /// Sets a new value for property {@link #getValueState valueState}.
 ///
 /// Accepts the core enumeration ValueState.type that supports 'None', 'Error', 'Warning' and 'Success'.
 ///
 /// 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="sValueState">New value for property <code>valueState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.CheckBox setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 6
0
 /// <summary>
 /// Sets a new value for property {@link #getValueState valueState}.
 ///
 /// Visualizes warnings or errors related to the InPlaceEdit. Possible values: Warning, Error, Success. If the content control has an own valueState property this will be 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>None</code>.
 /// </summary>
 /// <param name="sValueState">New value for property <code>valueState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.InPlaceEdit setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 7
0
 /// <summary>
 /// Sets a new value for property {@link #getNumberState numberState}.
 ///
 /// Defines the ObjectListItem number and numberUnit value state.
 ///
 /// 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="sNumberState">New value for property <code>numberState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectListItem setNumberState(sap.ui.core.ValueState sNumberState);
Exemplo n.º 8
0
 /// <summary>
 /// Sets a new value for property {@link #getState state}.
 ///
 /// Specifies the state of the bar. Enumeration sap.ui.core.ValueState provides Error (red), Warning (yellow), Success (green), None (blue) (default value).
 ///
 /// 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="sState">New value for property <code>state</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ProgressIndicator setState(sap.ui.core.ValueState sState);
Exemplo n.º 9
0
 /// <summary>
 /// Sets a new value for property {@link #getValueState valueState}.
 ///
 /// Enumeration sap.ui.core.ValueState provides state values Error, Success, Warning, None
 ///
 /// 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="sValueState">New value for property <code>valueState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.RadioButton setValueState(sap.ui.core.ValueState sValueState);
Exemplo n.º 10
0
 /// <summary>
 /// Sets a new value for property {@link #getInfoState infoState}.
 ///
 /// Defines the state of the information text, e.g. <code>Error</code>, <code>Warning</code>, <code>Success</code>.
 ///
 /// 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="sInfoState">New value for property <code>infoState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.StandardListItem setInfoState(sap.ui.core.ValueState sInfoState);
Exemplo n.º 11
0
 /// <summary>
 /// Sets a new value for property {@link #getInfoState infoState}.
 ///
 /// Defines the color of the info text. Possible values are Error, Warning, Success and so on.
 ///
 /// 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="sInfoState">New value for property <code>infoState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.StandardTile setInfoState(sap.ui.core.ValueState sInfoState);
Exemplo n.º 12
0
 /// <summary>
 /// Sets a new value for property {@link #getState state}.
 ///
 /// Defines the text value state.
 ///
 /// 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="sState">New value for property <code>state</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectStatus setState(sap.ui.core.ValueState sState);