Class KeyEditEvent
java.lang.Object
com.levigo.jadice.web.client.tool.events.EventObject
com.levigo.jadice.web.client.tool.events.EditEvent
com.levigo.jadice.web.client.tool.events.KeyEditEvent
-
Field Summary
Fields inherited from class com.levigo.jadice.web.client.tool.events.EditEvent
document, pageBounds
Fields inherited from class com.levigo.jadice.web.client.tool.events.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns anInputEvent
.char
int
int
Deprecated.not supported in GWTMethods inherited from class com.levigo.jadice.web.client.tool.events.EditEvent
consume, create, getDocument, getGwtEvent, getInputEventType, getModifiers, getModifiersEx, getPage, getPageIndex, getPageRenderControls, getRenderedPageBounds, getRenderedSize, getWhen, hasCanvasTargetSource, hasPageContext, isAltDown, isAltGraphDown, isConsumed, isControlDown, isMetaDown, isPreventPageViewFocus, isShiftDown, preventPageViewFocus, toString
Methods inherited from class com.levigo.jadice.web.client.tool.events.EventObject
getSource
-
Method Details
-
getKeyChar
public char getKeyChar()- Returns:
- The character representation of the pressed key.
- See Also:
-
getKeyCode
public int getKeyCode()- Returns:
- The index of the pressed key in the mapping table.
- See Also:
-
getKeyLocation
Deprecated.not supported in GWT- Returns:
- deprecated - don't use.
- See Also:
-
getInputEvent
Creates and returns anInputEvent
.For legacy purposes only.
- Specified by:
getInputEvent
in classEditEvent
- Returns:
- An input event that can be used for legacy purposes.
-