Uses of Class
org.kie.workbench.common.screens.library.client.screens.EmptyState
-
-
Uses of EmptyState in org.kie.workbench.common.screens.library.client.screens
Methods in org.kie.workbench.common.screens.library.client.screens with parameters of type EmptyState Modifier and Type Method Description voidEmptyStateView. init(EmptyState presenter)Constructors in org.kie.workbench.common.screens.library.client.screens with parameters of type EmptyState Constructor Description AssetListView(EmptyState emptyState) -
Uses of EmptyState in org.kie.workbench.common.screens.library.client.screens.assets
Methods in org.kie.workbench.common.screens.library.client.screens.assets with parameters of type EmptyState Modifier and Type Method Description voidPopulatedAssetsScreen.View. hideEmptyState(EmptyState emptyState)voidPopulatedAssetsView. hideEmptyState(EmptyState emptyState)voidPopulatedAssetsScreen.View. showEmptyState(EmptyState emptyState)voidPopulatedAssetsView. showEmptyState(EmptyState emptyState)Constructors in org.kie.workbench.common.screens.library.client.screens.assets with parameters of type EmptyState Constructor Description PopulatedAssetsScreen(PopulatedAssetsScreen.View view, org.uberfire.client.mvp.CategoriesManagerCache categoriesManagerCache, org.uberfire.client.mvp.ResourceTypeManagerCache resourceTypeManagerCache, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, LibraryPlaces libraryPlaces, org.jboss.errai.ui.client.local.spi.TranslationService ts, org.kie.workbench.common.screens.explorer.client.utils.Classifier assetClassifier, org.jboss.errai.ioc.client.api.ManagedInstance<AssetItemWidget> assetItemWidget, org.kie.workbench.common.screens.defaulteditor.client.editor.NewFileUploader newFileUploader, org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter newResourcePresenter, org.guvnor.common.services.project.client.security.ProjectController projectController, javax.enterprise.event.Event<UpdatedAssetsEvent> updatedAssetsEventEvent, org.kie.workbench.common.screens.library.api.preferences.LibraryPreferences libraryPreferences, EmptyState emptyState, CategoryUtils categoryUtils, DateUtils dateUtils, AssetQueryService assetQueryService, javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> contextChangeEvent, org.uberfire.client.promise.Promises promises) -
Uses of EmptyState in org.kie.workbench.common.screens.library.client.screens.project.changerequest.list
Methods in org.kie.workbench.common.screens.library.client.screens.project.changerequest.list with parameters of type EmptyState Modifier and Type Method Description voidPopulatedChangeRequestListPresenter.View. hideEmptyState(EmptyState emptyState)voidPopulatedChangeRequestListView. hideEmptyState(EmptyState emptyState)voidPopulatedChangeRequestListPresenter.View. showEmptyState(EmptyState emptyState)voidPopulatedChangeRequestListView. showEmptyState(EmptyState emptyState)Constructors in org.kie.workbench.common.screens.library.client.screens.project.changerequest.list with parameters of type EmptyState Constructor Description PopulatedChangeRequestListPresenter(PopulatedChangeRequestListPresenter.View view, org.guvnor.common.services.project.client.security.ProjectController projectController, LibraryPlaces libraryPlaces, org.uberfire.client.promise.Promises promises, EmptyState emptyState, org.jboss.errai.ui.client.local.spi.TranslationService ts, org.jboss.errai.ioc.client.api.ManagedInstance<ChangeRequestListItemView> changeRequestItemViews, org.jboss.errai.common.client.api.Caller<org.guvnor.structure.repositories.changerequest.ChangeRequestService> changeRequestService, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, DateUtils dateUtils)
-