|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.EventType
public class EventType
Base class for all events types.
Constructor Summary | |
---|---|
EventType()
Creates a new event type. |
|
EventType(int eventCode)
Creates a new browser based event type. |
Method Summary | |
---|---|
int |
getEventCode()
Returns the event code. |
boolean |
isBrowserEvent()
Returns true if the event type represents a browser event type (GWT event). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventType()
public EventType(int eventCode)
eventCode
- additional information about the eventMethod Detail |
---|
public int getEventCode()
Event
public boolean isBrowserEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |