public abstract class CreateAnnotationWizardPage extends Object implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateAnnotationWizardPage.PageStatus |
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationDefinition |
annotationDefinition |
protected org.jboss.errai.common.client.api.Caller<DataModelerService> |
modelerService |
protected KieModule |
project |
protected CreateAnnotationWizardPage.PageStatus |
status |
protected ElementType |
target |
protected String |
title |
protected javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> |
wizardPageStatusChangeEvent |
| Constructor and Description |
|---|
CreateAnnotationWizardPage(org.jboss.errai.common.client.api.Caller<DataModelerService> modelerService,
javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent) |
| Modifier and Type | Method and Description |
|---|---|
String |
buildErrorList(List<DriverError> errors) |
void |
fireStatusChangeEvent() |
CreateAnnotationWizardPage.PageStatus |
getStatus() |
String |
getTitle() |
void |
initialise() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
boolean |
isValid() |
void |
prepareView() |
void |
setStatus(CreateAnnotationWizardPage.PageStatus status) |
void |
setTitle(String title) |
protected String title
protected CreateAnnotationWizardPage.PageStatus status
protected javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent
protected org.jboss.errai.common.client.api.Caller<DataModelerService> modelerService
protected KieModule project
protected AnnotationDefinition annotationDefinition
protected ElementType target
public CreateAnnotationWizardPage(org.jboss.errai.common.client.api.Caller<DataModelerService> modelerService, javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent)
public String getTitle()
getTitle in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void setTitle(String title)
public CreateAnnotationWizardPage.PageStatus getStatus()
public void setStatus(CreateAnnotationWizardPage.PageStatus status)
public boolean isValid()
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void initialise()
initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void prepareView()
prepareView in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void fireStatusChangeEvent()
public String buildErrorList(List<DriverError> errors)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.