public class Controller extends Object
| Modifier and Type | Method and Description |
|---|---|
<H extends com.google.gwt.event.shared.EventHandler> |
addHandler(com.google.gwt.event.shared.GwtEvent.Type<H> type,
H handler) |
void |
callHello() |
void |
errorShow(String error) |
void |
fireEvent(com.google.gwt.event.shared.GwtEvent<?> event) |
com.google.gwt.event.shared.EventBus |
getEventBus() |
void |
getReport(RequestReportData requestReportData) |
void |
getTree() |
void |
hello() |
void |
infoShow(String info) |
public void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
public final <H extends com.google.gwt.event.shared.EventHandler> com.google.gwt.event.shared.HandlerRegistration addHandler(com.google.gwt.event.shared.GwtEvent.Type<H> type,
H handler)
public com.google.gwt.event.shared.EventBus getEventBus()
public void errorShow(String error)
public void infoShow(String info)
public void hello()
public void callHello()
public void getTree()
public void getReport(RequestReportData requestReportData)
Copyright © 2019. All Rights Reserved.