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, pageBoundsFields inherited from class com.levigo.jadice.web.client.tool.events.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionCreates and returns anInputEvent.charintintDeprecated.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, toStringMethods 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:
getInputEventin classEditEvent- Returns:
- An input event that can be used for legacy purposes.
-