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,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.user.client.Timer |
createTimer() |
void |
filterUpdate(FilterUpdateEvent event) |
String |
getProjectName() |
String |
getTitle() |
org.uberfire.client.mvp.UberElement<ProjectScreen> |
getView() |
void |
goToSettings() |
void |
onFilterChange() |
void |
onReload() |
void |
onStartup(ProjectDetailEvent projectDetailEvent) |
protected void |
onTimerAction() |
void |
refreshOnFocus(org.uberfire.client.workbench.events.PlaceGainFocusEvent placeGainFocusEvent) |
protected void |
reload() |
@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, 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)
protected com.google.gwt.user.client.Timer createTimer()
protected void onTimerAction()
public void goToSettings()
public String getProjectName()
public void filterUpdate(@Observes
FilterUpdateEvent event)
public String getTitle()
public org.uberfire.client.mvp.UberElement<ProjectScreen> getView()
public void onReload()
protected void reload()
public void onFilterChange()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.