@Dependent public class FormRendererPanelIncluderPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormRendererPanelIncluderPresenter.FormRendererIncluderPanelView |
| Constructor and Description |
|---|
FormRendererPanelIncluderPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearFormStatus() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<FormRendererPanelIncluderPresenter> |
getView() |
void |
init() |
void |
notifyErrors(int errorNumber) |
void |
notifyFormProcessingError(String cause) |
void |
notifyFormSubmit() |
void |
onFormSubmitFail(FormSubmitFailEvent event) |
void |
onFormSubmitted(FormSubmittedEvent event) |
void |
persistForm() |
void |
startTest() |
@PostConstruct public void init()
public void startTest()
public void persistForm()
public void clearFormStatus()
public String getTitle()
public org.uberfire.client.mvp.UberView<FormRendererPanelIncluderPresenter> getView()
public void notifyErrors(int errorNumber)
public void notifyFormSubmit()
public void notifyFormProcessingError(String cause)
public void onFormSubmitted(@Observes
FormSubmittedEvent event)
public void onFormSubmitFail(@Observes
FormSubmitFailEvent event)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.