@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 FormDisplayerView
public void displayErrorMessage(String errorHeader, String errorMessage)
displayErrorMessage
in interface FormDisplayerView
public org.uberfire.mvp.Command getOnCloseCommand()
getOnCloseCommand
in interface FormDisplayerView
public void setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand)
setOnCloseCommand
in interface FormDisplayerView
public GenericFormDisplayer getCurrentDisplayer()
getCurrentDisplayer
in interface FormDisplayerView
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.