@Dependent public class SessionTreeExplorerScreen extends AbstractSessionScreen
| Modifier and Type | Field and Description |
|---|---|
static String |
SCREEN_ID |
static String |
TITLE |
| Constructor and Description |
|---|
SessionTreeExplorerScreen() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCloseSession() |
protected void |
doOpenDiagram() |
protected void |
doOpenSession() |
protected void |
doUpdateTitle(String title) |
org.uberfire.workbench.model.menu.Menus |
getMenu() |
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, isSameSession, openpublic static final String SCREEN_ID
public static final String TITLE
@PostConstruct public void init()
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
public void onOpen()
public void onClose()
public org.uberfire.workbench.model.menu.Menus getMenu()
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getWidget()
public String getMyContextRef()
protected void doOpenSession()
doOpenSession in class AbstractSessionScreenprotected void doOpenDiagram()
doOpenDiagram in class AbstractSessionScreenprotected void doCloseSession()
doCloseSession in class AbstractSessionScreenprotected void doUpdateTitle(String title)
doUpdateTitle in class AbstractSessionScreenCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.