Package org.pentaho.mantle.client.events
Class SolutionBrowserCloseEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SolutionBrowserCloseEventHandler>
org.pentaho.mantle.client.events.SolutionBrowserCloseEvent
- All Implemented Interfaces:
ISolutionBrowserEvent
public class SolutionBrowserCloseEvent
extends com.google.gwt.event.shared.GwtEvent<SolutionBrowserCloseEventHandler>
implements ISolutionBrowserEvent
-
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
Modifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<SolutionBrowserCloseEventHandler>
static final String
-
Constructor Summary
ConstructorDescriptionSolutionBrowserCloseEvent
(com.google.gwt.user.client.ui.Widget widget, List<FileItem> fileItems) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(SolutionBrowserCloseEventHandler handler) com.google.gwt.event.shared.GwtEvent.Type<SolutionBrowserCloseEventHandler>
com.google.gwt.user.client.ui.Widget
void
setFileItems
(List<FileItem> fileItems) void
setWidget
(com.google.gwt.user.client.ui.Widget widget) Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
-
TYPE_STR
- See Also:
-
-
Constructor Details
-
SolutionBrowserCloseEvent
public SolutionBrowserCloseEvent() -
SolutionBrowserCloseEvent
-
-
Method Details
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<SolutionBrowserCloseEventHandler> getAssociatedType()- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<SolutionBrowserCloseEventHandler>
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<SolutionBrowserCloseEventHandler>
-
getWidget
public com.google.gwt.user.client.ui.Widget getWidget()- Specified by:
getWidget
in interfaceISolutionBrowserEvent
-
setWidget
public void setWidget(com.google.gwt.user.client.ui.Widget widget) - Specified by:
setWidget
in interfaceISolutionBrowserEvent
-
getFileItems
- Specified by:
getFileItems
in interfaceISolutionBrowserEvent
-
setFileItems
- Specified by:
setFileItems
in interfaceISolutionBrowserEvent
-