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) |
void |
getEnvironment() |
com.google.gwt.event.shared.EventBus |
getEventBus() |
void |
getReport(RequestReportData requestReportData) |
void |
getTree() |
TreeOptions |
getTreeOptions() |
void |
hello() |
void |
infoShow(String info) |
void |
setTreeOptions(TreeOptions treeOptions) |
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 TreeOptions getTreeOptions()
public void setTreeOptions(TreeOptions treeOptions)
public void hello()
public void callHello()
public void getEnvironment()
public void getTree()
public void getReport(RequestReportData requestReportData)
Copyright © 2022. All Rights Reserved.