com.extjs.gxt.ui.client.event
Class WindowEvent
java.lang.Object
com.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
com.extjs.gxt.ui.client.event.WindowEvent
- Direct Known Subclasses:
- MessageBoxEvent
public class WindowEvent
- extends BoxComponentEvent
Window event type.
- See Also:
Window
,
Dialog
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
event |
Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowEvent
public WindowEvent(Window window)
WindowEvent
public WindowEvent(Window window,
com.google.gwt.user.client.Event event)
WindowEvent
public WindowEvent(Window window,
Button buttonClicked)
getWindow
public Window getWindow()
- Returns the source window.
- Returns:
- the source window
setWindow
public void setWindow(Window window)
- Sets the source window.
- Parameters:
window
- the source window
getButtonClicked
public Button getButtonClicked()
- Returns the button that was clicked.
- Returns:
- the clicked button
setButtonClicked
public void setButtonClicked(Button buttonClicked)
- Sets the clicked button.
- Parameters:
buttonClicked
- the clicked button