Esempio n. 1
0
				/// <summary>
				/// Detaches event handler <code>fnFunction</code> from the {@link #event:change change} event of this <code>sap.m.InputBase</code>.
				/// 
				/// The passed function and listener object must match the ones used for event registration.
				/// </summary>
				/// <param name="fnFunction">The function to be called, when the event occurs</param>
				/// <param name="oListener">Context object on which the given function had to be called</param>
				/// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
				public extern virtual sap.m.InputBase detachChange(sap.m.ValueDelegate fnFunction, object oListener);
Esempio n. 2
0
 /// <summary>
 /// Detaches event handler <code>fnFunction</code> from the {@link #event:searchHelp searchHelp} event of this <code>sap.ui.commons.DropdownBox</code>.
 ///
 /// The passed function and listener object must match the ones used for event registration.
 /// </summary>
 /// <param name="fnFunction">The function to be called, when the event occurs</param>
 /// <param name="oListener">Context object on which the given function had to be called</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.DropdownBox detachSearchHelp(sap.m.ValueDelegate fnFunction, object oListener);
Esempio n. 3
0
				/// <summary>
				/// Attaches event handler <code>fnFunction</code> to the {@link #event:change change} event of this <code>sap.m.InputBase</code>.
				/// 
				/// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.InputBase</code> itself.
				/// 
				/// Is fired when the text in the input field has changed and the focus leaves the input field or the enter key is pressed.
				/// </summary>
				/// <param name="fnFunction">The function to be called when the event occurs</param>
				/// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
				public extern virtual sap.m.InputBase attachChange(sap.m.ValueDelegate fnFunction);
Esempio n. 4
0
 /// <summary>
 /// Detaches event handler <code>fnFunction</code> from the {@link #event:change change} event of this <code>sap.m.TimePickerSliders</code>.
 ///
 /// The passed function and listener object must match the ones used for event registration.
 /// </summary>
 /// <param name="fnFunction">The function to be called, when the event occurs</param>
 /// <param name="oListener">Context object on which the given function had to be called</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.TimePickerSliders detachChange(sap.m.ValueDelegate fnFunction, object oListener);
Esempio n. 5
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:searchHelp searchHelp} event of this <code>sap.ui.commons.DropdownBox</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.ui.commons.DropdownBox</code> itself.
 ///
 /// Event fired whenever the configured searchHelpItem is clicked or the searchHelpItem is configured and F4 key is pressed.
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.DropdownBox attachSearchHelp(sap.m.ValueDelegate fnFunction);
Esempio n. 6
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:change change} event of this <code>sap.m.TimePickerSliders</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.TimePickerSliders</code> itself.
 ///
 /// Fired when the value is changed.
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.TimePickerSliders attachChange(sap.m.ValueDelegate fnFunction);
Esempio n. 7
0
 /// <summary>
 /// Detaches event handler <code>fnFunction</code> from the {@link #event:liveChange liveChange} event of this <code>sap.m.TextArea</code>.
 ///
 /// The passed function and listener object must match the ones used for event registration.
 /// </summary>
 /// <param name="fnFunction">The function to be called, when the event occurs</param>
 /// <param name="oListener">Context object on which the given function had to be called</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.TextArea detachLiveChange(sap.m.ValueDelegate fnFunction, object oListener);
Esempio n. 8
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:liveChange liveChange} event of this <code>sap.m.TextArea</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.TextArea</code> itself.
 ///
 /// Is fired whenever the user has modified the text shown on the text area.
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.TextArea attachLiveChange(sap.m.ValueDelegate fnFunction);
Esempio n. 9
0
 /// <summary>
 /// Detaches event handler <code>fnFunction</code> from the {@link #event:post post} event of this <code>sap.m.FeedInput</code>.
 ///
 /// The passed function and listener object must match the ones used for event registration.
 /// </summary>
 /// <param name="fnFunction">The function to be called, when the event occurs</param>
 /// <param name="oListener">Context object on which the given function had to be called</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.FeedInput detachPost(sap.m.ValueDelegate fnFunction, object oListener);
Esempio n. 10
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:post post} event of this <code>sap.m.FeedInput</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.FeedInput</code> itself.
 ///
 /// The Post event is triggered when the user has entered a value and pressed the post button. After firing this event, the value is reset.
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.FeedInput attachPost(sap.m.ValueDelegate fnFunction);