Package org.kie.workbench.common.screens.datamodeller.client.widgets.advanceddomain.annotationwizard
Class CreateAnnotationWizard
- java.lang.Object
-
- org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
- org.kie.workbench.common.screens.datamodeller.client.widgets.advanceddomain.annotationwizard.CreateAnnotationWizard
-
- All Implemented Interfaces:
org.uberfire.ext.widgets.core.client.wizards.Wizard
@Dependent public class CreateAnnotationWizard extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateAnnotationWizard.CreateAnnotationWizardErrorCallback
-
Constructor Summary
Constructors Constructor Description CreateAnnotationWizard(SearchAnnotationPage searchAnnotationPage, org.jboss.errai.ioc.client.container.SyncBeanManager iocManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidcomplete()List<org.uberfire.ext.widgets.core.client.wizards.WizardPage>getPages()com.google.gwt.user.client.ui.WidgetgetPageWidget(int pageNumber)intgetPreferredHeight()intgetPreferredWidth()StringgetTitle()protected voidinit()voidinit(org.kie.workbench.common.services.shared.project.KieModule module, org.kie.workbench.common.services.datamodeller.core.ElementType target)voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidonCloseCallback(org.uberfire.client.callbacks.Callback<org.kie.workbench.common.services.datamodeller.core.Annotation> callback)
-
-
-
Constructor Detail
-
CreateAnnotationWizard
@Inject public CreateAnnotationWizard(SearchAnnotationPage searchAnnotationPage, org.jboss.errai.ioc.client.container.SyncBeanManager iocManager)
-
-
Method Detail
-
init
@PostConstruct protected void init()
-
init
public void init(org.kie.workbench.common.services.shared.project.KieModule module, org.kie.workbench.common.services.datamodeller.core.ElementType target)
-
getPages
public List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
-
getPageWidget
public com.google.gwt.user.client.ui.Widget getPageWidget(int pageNumber)
-
getTitle
public String getTitle()
-
getPreferredHeight
public int getPreferredHeight()
-
getPreferredWidth
public int getPreferredWidth()
-
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
-
onCloseCallback
public void onCloseCallback(org.uberfire.client.callbacks.Callback<org.kie.workbench.common.services.datamodeller.core.Annotation> callback)
-
complete
public void complete()
- Specified by:
completein interfaceorg.uberfire.ext.widgets.core.client.wizards.Wizard- Overrides:
completein classorg.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
close
public void close()
- Specified by:
closein interfaceorg.uberfire.ext.widgets.core.client.wizards.Wizard- Overrides:
closein classorg.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
-