Exemplo n.º 1
0
 /// <summary>
 /// Creates and initializes a new UIComponent with the given <code>sId</code> and settings.
 ///
 /// The set of allowed entries in the <code>mSettings</code> object depends on the concrete subclass and is described there. See {@link sap.ui.core.Component} for a general description of this argument.
 ///
 /// Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.
 /// </summary>
 /// <param name="mSettings">Optional map/JSON-object with initial settings for the new component instance</param>
 public extern UIComponent(sap.ui.core.UIComponent.Settings mSettings);
Exemplo n.º 2
0
 public Component(string sId, sap.ui.core.UIComponent.Settings mSettings) : base(sId, mSettings)
 {
 }