@ApplicationScoped public class AuthoringPerspective extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Constructor and Description |
---|
AuthoringPerspective(org.uberfire.client.mvp.PlaceManager placeManager,
org.jboss.errai.common.client.api.Caller<org.uberfire.backend.vfs.VFSService> vfsServices,
javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> workspaceProjectContextChangeEvent,
org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> workspaceProjectService,
org.guvnor.common.services.project.client.security.ProjectController projectController,
org.uberfire.client.promise.Promises promises,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent) |
Modifier and Type | Method and Description |
---|---|
org.uberfire.workbench.model.PerspectiveDefinition |
getPerspective() |
void |
init() |
void |
onOpen() |
public static final String IDENTIFIER
@Inject public AuthoringPerspective(org.uberfire.client.mvp.PlaceManager placeManager, org.jboss.errai.common.client.api.Caller<org.uberfire.backend.vfs.VFSService> vfsServices, javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> workspaceProjectContextChangeEvent, org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> workspaceProjectService, org.guvnor.common.services.project.client.security.ProjectController projectController, org.uberfire.client.promise.Promises promises, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
@PostConstruct public void init()
public org.uberfire.workbench.model.PerspectiveDefinition getPerspective()
public void onOpen()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.