public class HelpCallback extends Object implements com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.gwt.shared.Help>
| Constructor and Description |
|---|
HelpCallback(com.google.gwt.user.client.ui.FlowPanel helpPanel,
com.google.gwt.user.client.ui.FlowPanel parentPanel) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.FlowPanel |
getHelpPanel() |
com.google.gwt.user.client.ui.FlowPanel |
getParentPanel() |
void |
onFailure(Throwable caught) |
void |
onSuccess(eu.dnetlib.gwt.shared.Help help) |
void |
setHelpPanel(com.google.gwt.user.client.ui.FlowPanel helpPanel) |
void |
setParentPanel(com.google.gwt.user.client.ui.FlowPanel parentPanel) |
public HelpCallback(com.google.gwt.user.client.ui.FlowPanel helpPanel,
com.google.gwt.user.client.ui.FlowPanel parentPanel)
public void onFailure(Throwable caught)
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.gwt.shared.Help>public void onSuccess(eu.dnetlib.gwt.shared.Help help)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.gwt.shared.Help>public com.google.gwt.user.client.ui.FlowPanel getHelpPanel()
public void setHelpPanel(com.google.gwt.user.client.ui.FlowPanel helpPanel)
public com.google.gwt.user.client.ui.FlowPanel getParentPanel()
public void setParentPanel(com.google.gwt.user.client.ui.FlowPanel parentPanel)
Copyright © 2019. All rights reserved.