|
|||||||||
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
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.PreviewEvent
public class PreviewEvent
BaseEventPreview event type.
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.
BaseEventPreview
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
event |
Constructor Summary | |
---|---|
PreviewEvent(BaseEventPreview preview,
com.google.gwt.user.client.Event.NativePreviewEvent event)
|
Method Summary | |
---|---|
com.google.gwt.user.client.Event.NativePreviewEvent |
getNativePreviewEvent()
Returns the native preview event. |
BaseEventPreview |
getPreview()
Returns the source event preview. |
void |
setPreview(BaseEventPreview preview)
Sets the source event preview. |
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within |
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreviewEvent(BaseEventPreview preview, com.google.gwt.user.client.Event.NativePreviewEvent event)
Method Detail |
---|
public com.google.gwt.user.client.Event.NativePreviewEvent getNativePreviewEvent()
public BaseEventPreview getPreview()
public void setPreview(BaseEventPreview preview)
preview
- the source event preview
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |