@Dependent public class SessionDiagramPreviewScreen extends AbstractSessionScreen
| Modifier and Type | Field and Description |
|---|---|
static int |
HEIGHT |
static String |
SCREEN_ID |
static String |
TITLE |
static int |
WIDTH |
| Constructor and Description |
|---|
SessionDiagramPreviewScreen(org.jboss.errai.ioc.client.api.ManagedInstance<SessionDiagramPreview<AbstractSession>> sessionPreviews,
SessionScreenView view,
javax.enterprise.event.Event<org.uberfire.client.workbench.events.ChangeTitleWidgetEvent> changeTitleNotificationEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCloseSession() |
protected void |
doOpenDiagram() |
protected void |
doUpdateTitle(String title) |
void |
getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer) |
String |
getMyContextRef() |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
init() |
void |
onClose() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest placeRequest) |
close, getCanvas, getCanvasHandler, getSession, openpublic static final String SCREEN_ID
public static final String TITLE
public static final int WIDTH
public static final int HEIGHT
@Inject
public SessionDiagramPreviewScreen(@Any @Default
org.jboss.errai.ioc.client.api.ManagedInstance<SessionDiagramPreview<AbstractSession>> sessionPreviews,
SessionScreenView view,
javax.enterprise.event.Event<org.uberfire.client.workbench.events.ChangeTitleWidgetEvent> changeTitleNotificationEvent)
@PostConstruct public void init()
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
public void onOpen()
public void onClose()
public void getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getWidget()
public String getMyContextRef()
protected void doOpenDiagram()
doOpenDiagram in class AbstractSessionScreenprotected void doCloseSession()
doCloseSession in class AbstractSessionScreenprotected void doUpdateTitle(String title)
doUpdateTitle in class AbstractSessionScreenCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.