Class UIStateEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.UIStateEvent
-
public class UIStateEvent extends com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>
User Interface State Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUIStateEvent.HasUIStateEventHandlerstatic interfaceUIStateEvent.UIStateEventHandler-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description UIStateEvent()UIStateEvent(UIStateEventType uiStateType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(UIStateEvent.UIStateEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, UIStateEvent uiStateEvent)com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler>getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler>getType()UIStateEventTypegetUiStateType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> TYPE
-
-
Constructor Detail
-
UIStateEvent
public UIStateEvent()
-
UIStateEvent
public UIStateEvent(UIStateEventType uiStateType)
-
-
Method Detail
-
dispatch
protected void dispatch(UIStateEvent.UIStateEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, UIStateEvent uiStateEvent)
-
getUiStateType
public UIStateEventType getUiStateType()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<UIStateEvent.UIStateEventHandler>
-
-