public class NewProjectScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
NewProjectScreen.View |
| Constructor and Description |
|---|
NewProjectScreen(org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
org.uberfire.client.mvp.PlaceManager placeManager,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
LibraryPlaces libraryPlaces,
NewProjectScreen.View view,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
org.uberfire.rpc.SessionInfo sessionInfo,
javax.enterprise.event.Event<org.guvnor.common.services.project.events.NewProjectEvent> newProjectEvent,
LibraryPreferences libraryPreferences) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
createProject(String projectName,
String projectDescription) |
String |
getTitle() |
org.uberfire.client.mvp.UberElement<NewProjectScreen> |
getView() |
void |
load() |
@Inject public NewProjectScreen(org.jboss.errai.common.client.api.Caller<LibraryService> libraryService, org.uberfire.client.mvp.PlaceManager placeManager, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent, LibraryPlaces libraryPlaces, NewProjectScreen.View view, org.jboss.errai.ui.client.local.spi.TranslationService ts, org.uberfire.rpc.SessionInfo sessionInfo, javax.enterprise.event.Event<org.guvnor.common.services.project.events.NewProjectEvent> newProjectEvent, LibraryPreferences libraryPreferences)
public void load()
public void cancel()
public String getTitle()
public org.uberfire.client.mvp.UberElement<NewProjectScreen> getView()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.