|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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(com.google.gwt.core.client.JavaScriptObject jsObj)
|
Method Summary | ||
---|---|---|
void |
cancel()
return false to attempt to cancel the event. |
|
protected void |
dispatch(KeyPressHandler handler)
Should only be called by HandlerManager . |
|
static
|
fire(S source,
com.google.gwt.core.client.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()
Returns the type used to register this event. |
|
java.lang.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 |
|
java.lang.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, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KeyPressEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
Method Detail |
---|
public static <S extends HasKeyPressHandlers & HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<KeyPressHandler> getType()
protected void dispatch(KeyPressHandler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.
dispatch
in class GwtEvent<KeyPressHandler>
handler
- handlerpublic final GwtEvent.Type<KeyPressHandler> getAssociatedType()
GwtEvent
getAssociatedType
in class GwtEvent<KeyPressHandler>
public void cancel()
FormItem.addChangeHandler(com.smartgwt.client.widgets.form.fields.events.ChangeHandler)
or FormItem.setInputTransformer(com.smartgwt.client.widgets.form.FormItemInputTransformer)
instead.
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public FormItem getItem()
public DynamicForm getForm()
public java.lang.String getKeyName()
"A"
, "Enter"
)
"A"
, "Enter"
)public java.lang.Integer getCharacterValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |