@Dependent
public class ExamplesWizard
extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
| Constructor and Description |
|---|
ExamplesWizard() |
ExamplesWizard(SourceRepositoryPage sourceRepositoryPage,
ProjectPage projectPage,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView,
org.jboss.errai.common.client.api.Caller<ExamplesService> examplesService,
javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> projectContextChangeEvent,
org.jboss.errai.ui.client.local.spi.TranslationService translator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
complete() |
List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> |
getPages() |
com.google.gwt.user.client.ui.Widget |
getPageWidget(int pageNumber) |
int |
getPreferredHeight() |
int |
getPreferredWidth() |
String |
getTitle() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
setDefaultTargetOrganizationalUnit(String ouName) |
void |
start() |
public ExamplesWizard()
@Inject public ExamplesWizard(SourceRepositoryPage sourceRepositoryPage, ProjectPage projectPage, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, org.jboss.errai.common.client.api.Caller<ExamplesService> examplesService, javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> projectContextChangeEvent, org.jboss.errai.ui.client.local.spi.TranslationService translator)
public void start()
start in interface org.uberfire.ext.widgets.core.client.wizards.Wizardstart in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void close()
close in interface org.uberfire.ext.widgets.core.client.wizards.Wizardclose in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
public com.google.gwt.user.client.ui.Widget getPageWidget(int pageNumber)
public String getTitle()
public int getPreferredHeight()
public int getPreferredWidth()
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
public void complete()
complete in interface org.uberfire.ext.widgets.core.client.wizards.Wizardcomplete in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void setDefaultTargetOrganizationalUnit(String ouName)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.