wijmo.input Namespace : BaseUIProcess type |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.BaseUIProcess(); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.input.BaseUIProcess
Name | Description | |
---|---|---|
BaseUIProcess Constructor |
Name | Description | |
---|---|---|
Clear | Clear the current value of the control. | |
CompareShortcut | Compare the specified keycode with the shortcut array passed from server side. | |
Copy | Handle the oncopy event. | |
Cut | Handle the cut actions. | |
DoubleClick | Handle the ondblclick event. | |
DragEnd | Handle the ondragend event. | |
DragOver | Handle the ondragover event. | |
DragStart | Handle the ondragstart event. | |
Drop | Handle the ondrop event. | |
FilterReturnChar | ||
FireClientEvent | fire event | |
FireEvent | ||
Focus | Handle the onfocus event. | |
GetCaretPosition | Get the next caret position according to the special cursor position and keycode(processType). | |
GetElementId | ||
GetInputElement | ||
GetKeyActionName | Parse the shortcutsString and judge whether the key user pressed is a shortcutkey defined by deveploper. not replace indexOf, substring method, because autotest is slow | |
GetShowLiterals | ||
IsKeyCodeContained | Judge whether the keyCode is contained in the shortcuts's item. | |
KeyDown | Handle the onkeydown event. | |
KeyPress | Handle the onkeypress event. | |
KeyUp | Handle the onkeyup event. | |
LoseFocus | Handle the onblur event. | |
MouseDown | Handle the onmousedown event. | |
MouseUp | Handle the onmouseup event. | |
MoveControl | Move the focus from one control to another. | |
MoveField | Move the caret from one field to another in the control. | |
MoveFieldAndControl | Move caret between fields then move focus to the next control if caret is in the edge of the control. | |
Paste | Handle the onpaste event. | |
PerformSpin | ||
ProcessBackSpace | Perform the delete keydown event. | |
ProcessCharKey | Process the input char key action. | |
ProcessCharKeyInput | Process char key input. | |
ProcessDelete | Perform the delete keydown event. | |
ProcessDeleteKey | Process the Delete key down action. | |
ProcessLeftDirection | ||
ProcessNavigatorKeyInput | Prcess navigator key input. | |
ProcessRightDirection | ||
ProcessShortcutKey | Handle the shortcut key event. | |
ProcessTabKey | Process Tab key press event. | |
SelectAll | Select all the content. | |
SelectStart | Handle the onselectstart event. | |
SetCursorPositionAndSelection | Get cursor start and end position according to the specified highlighttext and current text. | |
ShowContextMenu | Handle the oncontextmenu event. | |
Undo | Handle the undo actions. | |
UpdateCrLfString | update crlf string for AcceptsCrLf property |