@Dependent
public class CreateRepositoryWizard
extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
| Constructor and Description |
|---|
CreateRepositoryWizard() |
CreateRepositoryWizard(RepositoryInfoPage infoPage,
RepositoryStructurePage structurePage,
CreateRepositoryWizardModel model,
org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryService,
org.jboss.errai.common.client.api.Caller<RepositoryStructureService> repositoryStructureService,
org.jboss.errai.common.client.api.Caller<ProjectRepositoryResolver> repositoryResolverService,
org.jboss.errai.common.client.api.Caller<AssetManagementService> assetManagementService,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification,
org.uberfire.rpc.SessionInfo sessionInfo,
ConflictingRepositoriesPopup conflictingRepositoriesPopup,
POMDefaultOptions pomDefaultOptions,
org.uberfire.security.authz.AuthorizationManager authorizationManager) |
| 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 |
onCloseCallback(org.uberfire.client.callbacks.Callback<Void> callback) |
void |
pageSelected(int pageNumber) |
void |
setupPages() |
public CreateRepositoryWizard()
@Inject public CreateRepositoryWizard(RepositoryInfoPage infoPage, RepositoryStructurePage structurePage, CreateRepositoryWizardModel model, org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryService, org.jboss.errai.common.client.api.Caller<RepositoryStructureService> repositoryStructureService, org.jboss.errai.common.client.api.Caller<ProjectRepositoryResolver> repositoryResolverService, org.jboss.errai.common.client.api.Caller<AssetManagementService> assetManagementService, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, org.uberfire.rpc.SessionInfo sessionInfo, ConflictingRepositoriesPopup conflictingRepositoriesPopup, POMDefaultOptions pomDefaultOptions, org.uberfire.security.authz.AuthorizationManager authorizationManager)
@PostConstruct public void setupPages()
public 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 close()
close in interface org.uberfire.ext.widgets.core.client.wizards.Wizardclose in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void onCloseCallback(org.uberfire.client.callbacks.Callback<Void> callback)
public void pageSelected(int pageNumber)
pageSelected in interface org.uberfire.ext.widgets.core.client.wizards.WizardpageSelected in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.