com.extjs.gxt.ui.client.event
Class PreviewEvent
java.lang.Object
com.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.PreviewEvent
public class PreviewEvent
- extends DomEvent
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.
- See Also:
BaseEventPreview
| 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, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreviewEvent
public PreviewEvent(BaseEventPreview preview,
com.google.gwt.user.client.Event.NativePreviewEvent event)
getNativePreviewEvent
public com.google.gwt.user.client.Event.NativePreviewEvent getNativePreviewEvent()
- Returns the native preview event.
- Returns:
- the native preview preview
getPreview
public BaseEventPreview getPreview()
- Returns the source event preview.
- Returns:
- the event preview
setPreview
public void setPreview(BaseEventPreview preview)
- Sets the source event preview.
- Parameters:
preview - the source event preview