| Modifier and Type | Field and Description |
|---|---|
protected TuttiScreen |
TuttiUIContext.screen
Current screen displayed in ui.
|
| Modifier and Type | Method and Description |
|---|---|
TuttiScreen |
TuttiUIContext.getScreen() |
static TuttiScreen |
TuttiScreen.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TuttiScreen[] |
TuttiScreen.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TuttiUIContext.setScreen(TuttiScreen screen) |
| Modifier and Type | Method and Description |
|---|---|
protected TuttiScreen |
EditSelectedProtocolAction.getNextScreen() |
protected TuttiScreen |
SelectCruiseAction.getNextScreen() |
protected abstract TuttiScreen |
AbstractChangeScreenAction.getNextScreen() |
protected TuttiScreen |
ImportTemporaryReferentialAction.getNextScreen() |
protected TuttiScreen |
ValidateSelectedCruiseCatchesAction.getNextScreen() |
protected TuttiScreen |
ManageDbAction.getNextScreen() |
protected TuttiScreen |
EditSelectedProgramAction.getNextScreen() |
protected TuttiScreen |
EditSelectedCruiseCatchesAction.getNextScreen() |
protected TuttiScreen |
EditSelectedCruiseAction.getNextScreen() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MainUIHandler.setScreen(TuttiScreen screen) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EditCruiseUIHandler.canCloseUI(TuttiScreen nextScreen) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FishingOperationsUIHandler.canCloseUI(TuttiScreen nextScreen) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EditProgramUIHandler.canCloseUI(TuttiScreen nextScreen) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EditProtocolUIHandler.canCloseUI(TuttiScreen nextScreen) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractTuttiUIHandler.canCloseUI(TuttiScreen nextScreen)
Can the UI be closed? It is useful whe the user wants to exit the current
screen but the model is modified: we can then ask the user if he wants to
save or not.
|
Copyright © 2012-2013 Ifremer. All Rights Reserved.