Exemplo n.º 1
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Determines the alignment of the text. Available options are <code>Begin</code>, <code>Center</code>, <code>End</code>, <code>Left</code>, and <code>Right</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>Begin</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Label setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 2
0
				/// <summary>
				/// Sets a new value for property {@link #getTextAlign textAlign}.
				/// 
				/// Defines the horizontal alignment of the text that is shown inside the input field.
				/// 
				/// 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>Initial</code>.
				/// </summary>
				/// <param name="sTextAlign">New value for property <code>textAlign</code></param>
				/// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
				public extern virtual sap.m.InputBase setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 3
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Defines the horizontal alignment of the text that is shown inside the input field.
 ///
 /// 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>Initial</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.DateTimeInput setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 4
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Defines the alignment of the text within the title. <b>Note:</b> This property only has an effect if the overall width of the title control is larger than the displayed text.
 ///
 /// 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>Initial</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Title setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 5
0
 public extern virtual sap.m.Column setPopinHAlign(sap.ui.core.TextAlign sPopinHAlign);
Exemplo n.º 6
0
 /// <summary>
 /// Returns the TextAlignment for the provided configuration.
 /// </summary>
 /// <param name="oTextAlign">the text alignment of the Control</param>
 /// <param name="oTextDirection">the text direction of the Control</param>
 /// <returns>the actual text alignment that must be set for this environment</returns>
 public extern static string getTextAlign(sap.ui.core.TextAlign oTextAlign, sap.ui.core.TextDirection oTextDirection);
Exemplo n.º 7
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Aligns the text of the checkbox. Available alignment settings are "Begin", "Center", "End", "Left", and "Right".
 ///
 /// 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>Begin</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.CheckBox setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 8
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Specifies the alignment of the radio button. Available alignment settings are "Begin", "Center", "End", "Left", and "Right".
 ///
 /// 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>Begin</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.RadioButton setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 9
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Sets the horizontal alignment of the text.
 ///
 /// 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>Begin</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.TextView setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 10
0
 /// <summary>
 /// Sets a new value for property {@link #getTextAlign textAlign}.
 ///
 /// Determines the horizontal alignment of the text.
 ///
 /// 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>Initial</code>.
 /// </summary>
 /// <param name="sTextAlign">New value for property <code>textAlign</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Link setTextAlign(sap.ui.core.TextAlign sTextAlign);
Exemplo n.º 11
0
 /// <summary>
 /// Sets the text alignment of the control without re-rendering the whole ObjectNumber.
 /// </summary>
 /// <param name="sAlign">The new value</param>
 /// <returns><code>this</code> pointer for chaining</returns>
 public extern virtual sap.m.ObjectNumber setTextAlign(sap.ui.core.TextAlign sAlign);