|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
public class BaseEvent
Base class for all GXT events.
Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.
| Field Summary | |
|---|---|
boolean |
doit
Depending on the event, a flag indicating whether the operation should be allowed. |
java.lang.Object |
source
The object that fired the event. |
int |
type
The event type. |
| Constructor Summary | |
|---|---|
BaseEvent()
|
|
BaseEvent(java.lang.Object source)
Creates a new base event instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int type
public java.lang.Object source
public boolean doit
| Constructor Detail |
|---|
public BaseEvent()
public BaseEvent(java.lang.Object source)
source - the source object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||