@Dependent public class EmbeddedFormDisplayer extends Object implements FormDisplayerView, com.google.gwt.user.client.ui.IsWidget
| Constructor and Description |
|---|
EmbeddedFormDisplayer(EmbeddedFormDisplayerView view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
display(GenericFormDisplayer displayer) |
void |
displayErrorMessage(String errorHeader,
String errorMessage) |
GenericFormDisplayer |
getCurrentDisplayer() |
org.uberfire.mvp.Command |
getOnCloseCommand() |
void |
setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand) |
@Inject public EmbeddedFormDisplayer(EmbeddedFormDisplayerView view)
public void display(GenericFormDisplayer displayer)
display in interface FormDisplayerViewpublic void displayErrorMessage(String errorHeader, String errorMessage)
displayErrorMessage in interface FormDisplayerViewpublic org.uberfire.mvp.Command getOnCloseCommand()
getOnCloseCommand in interface FormDisplayerViewpublic void setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand)
setOnCloseCommand in interface FormDisplayerViewpublic GenericFormDisplayer getCurrentDisplayer()
getCurrentDisplayer in interface FormDisplayerViewpublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.