Class AppFormerJsActivityLoader
- java.lang.Object
-
- org.uberfire.jsbridge.client.loading.AppFormerJsActivityLoader
-
- All Implemented Interfaces:
org.uberfire.client.mvp.PlaceManagerImpl.AppFormerActivityLoader
public class AppFormerJsActivityLoader extends Object implements org.uberfire.client.mvp.PlaceManagerImpl.AppFormerActivityLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppFormerJsActivityLoader.Shadowed
-
Constructor Summary
Constructors Constructor Description AppFormerJsActivityLoader(org.uberfire.client.promise.Promises promises, org.uberfire.client.mvp.ActivityManager activityManager, org.uberfire.client.mvp.ActivityBeansCache activityBeansCache, org.uberfire.client.mvp.PlaceManager placeManager, LazyLoadingScreen lazyLoadingScreen, javax.enterprise.event.Event<ActivityLazyLoaded> activityLazyLoadedEvent, javax.enterprise.inject.Instance<JsWorkbenchEditorActivity> jsWorkbenchEditorActivityInstance, AppFormerComponentsRegistry appFormerComponentsRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringextractComponentId(Object object)protected voidfinishLoadingMatchingEditors(List<elemental2.promise.Promise<Void>> loadingMatchingEditors, Runnable successCallback)voidinit(String gwtModuleName)voidonComponentLoaded(Object jsObject)booleantriggerLoadOfMatchingEditors(org.uberfire.backend.vfs.Path path, Runnable successCallback)
-
-
-
Constructor Detail
-
AppFormerJsActivityLoader
@Inject public AppFormerJsActivityLoader(org.uberfire.client.promise.Promises promises, org.uberfire.client.mvp.ActivityManager activityManager, org.uberfire.client.mvp.ActivityBeansCache activityBeansCache, org.uberfire.client.mvp.PlaceManager placeManager, LazyLoadingScreen lazyLoadingScreen, javax.enterprise.event.Event<ActivityLazyLoaded> activityLazyLoadedEvent, javax.enterprise.inject.Instance<JsWorkbenchEditorActivity> jsWorkbenchEditorActivityInstance, AppFormerComponentsRegistry appFormerComponentsRegistry)
-
-
Method Detail
-
init
public void init(String gwtModuleName)
-
onComponentLoaded
public void onComponentLoaded(Object jsObject)
-
triggerLoadOfMatchingEditors
public boolean triggerLoadOfMatchingEditors(org.uberfire.backend.vfs.Path path, Runnable successCallback)- Specified by:
triggerLoadOfMatchingEditorsin interfaceorg.uberfire.client.mvp.PlaceManagerImpl.AppFormerActivityLoader
-
-