|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.smartgwt.client.event.AbstractSmartEvent<KeyPressHandler>
com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
public class KeyPressEvent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.event.AbstractSmartEvent |
|---|
jsObj |
| Constructor Summary | |
|---|---|
KeyPressEvent(JavaScriptObject jsObj)
|
|
| Method Summary | ||
|---|---|---|
void |
cancel()
Call this method to attempt to cancel the event. |
|
protected void |
dispatch(KeyPressHandler handler)
|
|
static
|
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
|
GwtEvent.Type<KeyPressHandler> |
getAssociatedType()
|
|
Integer |
getCharacterValue()
If this was a character key, this is the numeric value for the character |
|
DynamicForm |
getForm()
Pointer to the item's form |
|
FormItem |
getItem()
Item over which the keypress occurred |
|
String |
getKeyName()
Name of the key pressed (Example: "A", "Enter") |
|
static GwtEvent.Type<KeyPressHandler> |
getType()
Gets the type associated with this event. |
|
boolean |
isCancelled()
|
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
setSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPressEvent(JavaScriptObject jsObj)
| Method Detail |
|---|
public static <S extends HasKeyPressHandlers & HasHandlers> void fire(S source,
JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<KeyPressHandler> getType()
protected void dispatch(KeyPressHandler handler)
dispatch in class GwtEvent<KeyPressHandler>public final GwtEvent.Type<KeyPressHandler> getAssociatedType()
getAssociatedType in class GwtEvent<KeyPressHandler>public void cancel()
FormItem.change
or FormItem.transformInput instead.
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellablepublic FormItem getItem()
public DynamicForm getForm()
public String getKeyName()
"A", "Enter")
"A", "Enter")public Integer getCharacterValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||