Beispiel #1
0
 /// <summary>
 /// Handle paste event
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern virtual void onpaste(jquery.JQuery.Event oEvent);
Beispiel #2
0
 /// <summary>
 /// Handle pseudo event onsapdelete. If triggered with open dropdown and current item provided by history feature, removes the selected item from this instance's history.
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern virtual void onsapdelete(jquery.JQuery.Event oEvent);
Beispiel #3
0
 /// <summary>
 /// Handle keypress event
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern virtual void onkeypress(jquery.JQuery.Event oEvent);
Beispiel #4
0
 /// <summary>
 /// Handle keyup event This must only be considered if it is from Backspace-key in IE or after paste. In case there is a keyup with a tab this results from being entered via tabbing and can be ignored, too.
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern override void onkeyup(jquery.JQuery.Event oEvent);
Beispiel #5
0
 /// <summary>
 /// Handle F4 event
 /// </summary>
 /// <param name="oEvent">the occurring event</param>
 public extern virtual void onsapshow(jquery.JQuery.Event oEvent);
Beispiel #6
0
 /// <summary>
 /// Shows/hides tickmarks when some limitations are met. Implements responsiveness of the tickmarks.
 /// </summary>
 /// <param name="oEvent">The event object passed.</param>
 private extern void handleResize(jquery.JQuery.Event oEvent);
Beispiel #7
0
 /// <summary>
 /// Ensure that handed in ListBoxes are taken from the visible UI immediately.
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern virtual void onAfterRendering(jquery.JQuery.Event oEvent);
Beispiel #8
0
 /// <summary>
 /// Handle sapshow pseudo events on the control
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern override void onsapshow(jquery.JQuery.Event oEvent);
Beispiel #9
0
 /// <summary>
 /// Check whether given event has disabled modifier or not
 /// </summary>
 /// <param name="oEvent">jQuery event</param>
 /// <returns>Flag if disabled modifiers are set</returns>
 public extern virtual bool hasDisabledModifier(jquery.JQuery.Event oEvent);
Beispiel #10
0
 /// <summary>
 /// If the device supports touch gestures and left swipe is triggered shows the next carousel item
 /// </summary>
 /// <param name="oEvent"></param>
 public extern virtual void onswipeleft(jquery.JQuery.Event oEvent);
Beispiel #11
0
 /// <summary>
 /// Handle sapnextmodifiers pseudo events on the control if in toolbar prevent item navigation if popup is opened.
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern virtual void onsapnextmodifiers(jquery.JQuery.Event oEvent);
Beispiel #12
0
 /// <summary>
 /// Compares the previous value with the current value and fires the "Change" event if the ComboBox is editable and the value has changed or whether the value has been changed e.g. via up/down or auto-complete feature
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern virtual void _checkChange(jquery.JQuery.Event oEvent);
Beispiel #13
0
 /// <summary>
 /// Compares the previous value with the current value and fires the "Change" event if the ComboBox is editable and the value has changed or whether the value has been changed e.g. via up/down or auto-complete feature
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 /// <param name="bImmediate">indicate whether the check should happen immediately or delayed (e.g. to avoid focusout / click double event processing)</param>
 public extern virtual void _checkChange(jquery.JQuery.Event oEvent, bool bImmediate);
Beispiel #14
0
 /// <summary>
 /// Handle pseudo event onsaphome
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern virtual void onsaphome(jquery.JQuery.Event oEvent);
Beispiel #15
0
 /// <summary>
 /// Handle the click event happening in the DropdownBox
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern virtual void onclick(jquery.JQuery.Event oEvent);
Beispiel #16
0
 /// <summary>
 /// Move the cursor one step to the right (and adapt selection)
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern virtual void onsapright(jquery.JQuery.Event oEvent);
Beispiel #17
0
 /// <summary>
 /// Handle focusin event Ensures the text gets selected when focus gets into the field
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern override void onfocusin(jquery.JQuery.Event oEvent);
Beispiel #18
0
 /// <summary>
 /// Handle the select event happening in the DropdownBox
 /// </summary>
 /// <param name="oEvent">The event object.</param>
 public extern virtual void onselect(jquery.JQuery.Event oEvent);
Beispiel #19
0
 /// <summary>
 /// Handle keydown event
 /// </summary>
 /// <param name="oEvent">the occuring event</param>
 public extern virtual void onkeydown(jquery.JQuery.Event oEvent);
Beispiel #20
0
				/// <summary>
				/// Hook method to prevent the change event from being fired when the text input field loses focus.
				/// </summary>
				/// <param name="oEvent">The event object.</param>
				/// <returns>Whether or not the change event should be prevented.</returns>
				public extern virtual bool preventChangeOnFocusLeave(jquery.JQuery.Event oEvent);
Beispiel #21
0
 /// <summary>
 /// When press ESC, deselect all tokens and all texts
 /// </summary>
 /// <param name="oEvent">The event object</param>
 public extern override void onsapescape(jquery.JQuery.Event oEvent);