public class ProjectScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectScreen.View |
| Constructor and Description |
|---|
ProjectScreen(ProjectScreen.View view,
LibraryPlaces libraryPlaces,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
Classifier assetClassifier,
javax.enterprise.event.Event<AssetDetailEvent> assetDetailEvent,
javax.enterprise.event.Event<org.guvnor.common.services.project.context.ProjectContextChangeEvent> projectContextChangeEvent,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProjectName() |
String |
getTitle() |
org.uberfire.client.mvp.UberElement<ProjectScreen> |
getView() |
void |
goToSettings() |
void |
onStartup(ProjectDetailEvent projectDetailEvent) |
void |
refreshOnFocus(org.uberfire.client.workbench.events.PlaceGainFocusEvent placeGainFocusEvent) |
void |
updateAssetsBy(String filter) |
@Inject public ProjectScreen(ProjectScreen.View view, LibraryPlaces libraryPlaces, org.jboss.errai.ui.client.local.spi.TranslationService ts, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService, Classifier assetClassifier, javax.enterprise.event.Event<AssetDetailEvent> assetDetailEvent, javax.enterprise.event.Event<org.guvnor.common.services.project.context.ProjectContextChangeEvent> projectContextChangeEvent, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView)
public void onStartup(@Observes
ProjectDetailEvent projectDetailEvent)
public void refreshOnFocus(@Observes
org.uberfire.client.workbench.events.PlaceGainFocusEvent placeGainFocusEvent)
public void updateAssetsBy(String filter)
public void goToSettings()
public String getProjectName()
public String getTitle()
public org.uberfire.client.mvp.UberElement<ProjectScreen> getView()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.