public interface FormDisplayerView
Modifier and Type | Method and Description |
---|---|
void |
display(GenericFormDisplayer<? extends ItemKey,? extends FormRenderingSettings> display) |
void |
displayErrorMessage(String errorHeader,
String errorMessage) |
GenericFormDisplayer |
getCurrentDisplayer() |
org.uberfire.mvp.Command |
getOnCloseCommand() |
void |
setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand) |
void display(GenericFormDisplayer<? extends ItemKey,? extends FormRenderingSettings> display)
org.uberfire.mvp.Command getOnCloseCommand()
void setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand)
GenericFormDisplayer getCurrentDisplayer()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.