@Dependent
public class ExamplesWizard
extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
| Constructor and Description |
|---|
ExamplesWizard() |
ExamplesWizard(RepositoryPage repositoryPage,
ProjectPage projectPage,
OUPage organizationalUnitPage,
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.ProjectContextChangeEvent> event,
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 |
start() |
public ExamplesWizard()
@Inject public ExamplesWizard(RepositoryPage repositoryPage, ProjectPage projectPage, OUPage organizationalUnitPage, 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.ProjectContextChangeEvent> event, 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.AbstractWizardCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.