Esempio n. 1
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Defines the text directionality of the input field, e.g. <code>RTL</code>, <code>LTR</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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.DateTimeInput setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 2
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Determines the direction of the text, not including the title. Available options for the text direction are LTR (left-to-right) and RTL (right-to-left). By default the control inherits the text direction from its parent control.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectStatus setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 3
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);
Esempio n. 4
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleTextDirection titleTextDirection}.
 ///
 /// Defines the title text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTitleTextDirection">New value for property <code>titleTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.GroupHeaderListItem setTitleTextDirection(sap.ui.core.TextDirection sTitleTextDirection);
Esempio n. 5
0
				/// <summary>
				/// Sets a new value for property {@link #getTextDirection textDirection}.
				/// 
				/// Defines the text directionality of the input field, e.g. <code>RTL</code>, <code>LTR</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>Inherit</code>.
				/// </summary>
				/// <param name="sTextDirection">New value for property <code>textDirection</code></param>
				/// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
				public extern virtual sap.m.InputBase setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 6
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// The value can be set to LTR or RTL. Otherwise, the control inherits the text direction from its parent control.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.CheckBox setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 7
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Determines the direction of the text, not including the title. Available options for the text direction are LTR (left-to-right) and RTL (right-to-left). By default the control inherits the text direction from its parent control.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectAttribute setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 8
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Options for the text direction are RTL and LTR. Alternatively, the control can inherit the text direction from its parent container.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.BusyIndicator setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 9
0
 /// <summary>
 /// Adds a Button with a text as title, a URI for an icon, enabled and textDirection. Only one is allowed.
 /// </summary>
 /// <param name="sText">Defines the title text of the newly created Button</param>
 /// <param name="sURI">Icon to be displayed as graphical element within the Button. Density related image will be loaded if image with density awareness name in format [imageName]@[densityValue].[extension] is provided.</param>
 /// <param name="bEnabled">Enables the control (default is true). Buttons that are disabled have other colors than enabled ones, depending on custom settings.</param>
 /// <param name="sTextDirection">Element's text directionality with enumerated options</param>
 /// <returns>The created Button</returns>
 public extern virtual sap.m.Button createButton(string sText, sap.ui.core.URI sURI, bool bEnabled, sap.ui.core.TextDirection sTextDirection);
Esempio n. 10
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Specifies the element's text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectIdentifier setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 11
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Options are RTL and LTR. Alternatively, an item can inherit its text direction from its parent control.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.core.Item setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 12
0
 /// <summary>
 /// Sets a new value for property {@link #getInfoTextDirection infoTextDirection}.
 ///
 /// Defines the <code>info</code> directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sInfoTextDirection">New value for property <code>infoTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.StandardListItem setInfoTextDirection(sap.ui.core.TextDirection sInfoTextDirection);
Esempio n. 13
0
 /// <summary>
 /// Sets a new value for property {@link #getValueTextDirection valueTextDirection}.
 ///
 /// Defines the <code>value</code> text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sValueTextDirection">New value for property <code>valueTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.DisplayListItem setValueTextDirection(sap.ui.core.TextDirection sValueTextDirection);
Esempio n. 14
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Specifies the element's text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.MenuButton setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 15
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Defines the text direction - options are left-to-right (LTR) and right-to-left (RTL). Alternatively, the control can inherit the text direction from its parent container.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.RadioButton setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 16
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Specifies the element's text directionality with enumerated options (RTL or LTR). By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ProgressIndicator setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 17
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Available options for the text direction are LTR and RTL. By default the control inherits the text direction from its parent control.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.tnt.InfoLabel setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 18
0
 /// <summary>
 /// Sets a new value for property {@link #getTitleTextDirection titleTextDirection}.
 ///
 /// Determines the text direction of the item title. Available options for the title direction are LTR (left-to-right) and RTL (right-to-left). By default the item title inherits the text direction from its parent.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTitleTextDirection">New value for property <code>titleTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectListItem setTitleTextDirection(sap.ui.core.TextDirection sTitleTextDirection);
Esempio n. 19
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Determines the text direction - right-to-left (RTL) and left-to-right (LTR).
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Label setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 20
0
 /// <summary>
 /// Sets a new value for property {@link #getIntroTextDirection introTextDirection}.
 ///
 /// Determines the text direction of the item intro. Available options for the intro direction are LTR (left-to-right) and RTL (right-to-left). By default the item intro inherits the text direction from its parent.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sIntroTextDirection">New value for property <code>introTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectListItem setIntroTextDirection(sap.ui.core.TextDirection sIntroTextDirection);
Esempio n. 21
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Determines the element's text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.MessagePage setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 22
0
 /// <summary>
 /// Sets a new value for property {@link #getNumberTextDirection numberTextDirection}.
 ///
 /// Determines the text direction of the item number. Available options for the number direction are LTR (left-to-right) and RTL (right-to-left). By default the item number inherits the text direction from its parent.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sNumberTextDirection">New value for property <code>numberTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectListItem setNumberTextDirection(sap.ui.core.TextDirection sNumberTextDirection);
Esempio n. 23
0
 /// <summary>
 /// Sets a new value for property {@link #getLabelTextDirection labelTextDirection}.
 ///
 /// This property specifies the label text directionality with enumerated options. By default, the label inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sLabelTextDirection">New value for property <code>labelTextDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.InputListItem setLabelTextDirection(sap.ui.core.TextDirection sLabelTextDirection);
Esempio n. 24
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// This property specifies the element's text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.RadioButtonGroup setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 25
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// This property specifies the text directionality with enumerated options. By default, the control inherits text direction from the DOM.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.Token setTextDirection(sap.ui.core.TextDirection sTextDirection);
Esempio n. 26
0
 /// <summary>
 /// Sets a new value for property {@link #getTextDirection textDirection}.
 ///
 /// Available options for the number and unit text direction are LTR(left-to-right) and RTL(right-to-left). By default, the control inherits the text direction from its parent control.
 ///
 /// 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>Inherit</code>.
 /// </summary>
 /// <param name="sTextDirection">New value for property <code>textDirection</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.ObjectNumber setTextDirection(sap.ui.core.TextDirection sTextDirection);