Package cn.mapway.ui.shared
Class WindowEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<WindowEventHandler>
cn.mapway.ui.shared.WindowEvent
窗口事件
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<WindowEventHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispatch(WindowEventHandler handler) com.google.gwt.event.shared.GwtEvent.Type<WindowEventHandler><T> TgetData()获取关联的数据intgetType()booleanstatic WindowEventtitleEvent(WindowTitleData data) Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
-
-
Constructor Details
-
WindowEvent
-
-
Method Details
-
getData
public <T> T getData()获取关联的数据- Type Parameters:
T-- Returns:
-
getType
public int getType() -
isTitleEvent
public boolean isTitleEvent() -
getAssociatedType
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<WindowEventHandler>