public class AssetsScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetsScreen.View |
| Constructor and Description |
|---|
AssetsScreen(AssetsScreen.View view,
LibraryPlaces libraryPlaces,
EmptyAssetsScreen emptyAssetsScreen,
PopulatedAssetsScreen populatedAssetsScreen,
InvalidProjectScreen invalidProjectScreen,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService) |
| Modifier and Type | Method and Description |
|---|---|
AssetsScreen.View |
getView() |
void |
init() |
protected boolean |
isEmpty() |
void |
observeAddAsset(NewResourceSuccessEvent event) |
void |
onAssetListUpdated(ProjectAssetListUpdated event) |
protected void |
showAssets() |
@Inject public AssetsScreen(AssetsScreen.View view, LibraryPlaces libraryPlaces, EmptyAssetsScreen emptyAssetsScreen, PopulatedAssetsScreen populatedAssetsScreen, InvalidProjectScreen invalidProjectScreen, org.jboss.errai.ui.client.local.spi.TranslationService ts, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService)
@PostConstruct public void init()
public void observeAddAsset(@Observes
NewResourceSuccessEvent event)
protected boolean isEmpty()
public void onAssetListUpdated(@Observes @Routed ProjectAssetListUpdated event)
protected void showAssets()
public AssetsScreen.View getView()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.