public class RootView
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
RootView(ch.hsr.adv.ui.core.presentation.RootViewModel viewModel,
ResourceLocator resourceLocator,
TabPaneDetacher detacher) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
handleClearAllSessionsClicked() |
Event handler to clear all sessions
|
protected void |
handleLoadSessionClicked() |
Event handler to load a session
|
protected void |
handleRemoveSessionClicked() |
Event handler to remove a session
|
protected void |
handleSaveSessionClicked() |
Event handler to save a session
|
protected void |
initialize() |
Will be called once on a controller when the contents of
its associated document have been completely loaded
|
@Inject
protected RootView(ch.hsr.adv.ui.core.presentation.RootViewModel viewModel,
ResourceLocator resourceLocator,
TabPaneDetacher detacher)
protected void initialize()
protected void handleClearAllSessionsClicked()
protected void handleLoadSessionClicked()
protected void handleSaveSessionClicked()
protected void handleRemoveSessionClicked()