public class AddAssetScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddAssetScreen.View |
| Constructor and Description |
|---|
AddAssetScreen() |
AddAssetScreen(AddAssetScreen.View view,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
ResourceHandlerManager resourceHandlerManager,
org.uberfire.client.mvp.CategoriesManagerCache categoriesManagerCache,
org.jboss.errai.ioc.client.api.ManagedInstance<NewAssetHandlerCardWidget> newAssetHandlerCardWidgets,
LibraryConstants libraryConstants,
CategoryUtils categoryUtils,
LibraryPlaces libraryPlaces,
ProfilePreferences profilesPreferences) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected List<NewResourceHandler> |
filterAndSortHandlers(List<NewResourceHandler> handlers,
String textFilter,
org.uberfire.workbench.category.Category category) |
protected List<NewResourceHandler> |
filterNewResourceHandlers(ProfilePreferences loadedProfilePreferences) |
protected void |
filterNewResourcesHandlersAndUpdate(ProfilePreferences loadedProfilePreferences) |
String |
getTitle() |
AddAssetScreen.View |
getView() |
void |
initialize() |
void |
onOpen() |
void |
setFilter(String filter) |
void |
setFilterType(String filterType) |
public AddAssetScreen()
@Inject public AddAssetScreen(AddAssetScreen.View view, org.jboss.errai.ui.client.local.spi.TranslationService ts, ResourceHandlerManager resourceHandlerManager, org.uberfire.client.mvp.CategoriesManagerCache categoriesManagerCache, org.jboss.errai.ioc.client.api.ManagedInstance<NewAssetHandlerCardWidget> newAssetHandlerCardWidgets, LibraryConstants libraryConstants, CategoryUtils categoryUtils, LibraryPlaces libraryPlaces, ProfilePreferences profilesPreferences)
@PostConstruct public void initialize()
public void onOpen()
protected void filterNewResourcesHandlersAndUpdate(ProfilePreferences loadedProfilePreferences)
protected List<NewResourceHandler> filterNewResourceHandlers(ProfilePreferences loadedProfilePreferences)
protected List<NewResourceHandler> filterAndSortHandlers(List<NewResourceHandler> handlers, String textFilter, org.uberfire.workbench.category.Category category)
public void setFilter(String filter)
public String getTitle()
public AddAssetScreen.View getView()
public void setFilterType(String filterType)
public void cancel()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.