Uses of Class
com.saperion.ngc.events.navigation.NavigationFormEvent
-
Packages that use NavigationFormEvent Package Description com.saperion.ngc.maintab Package for main tabbox. -
-
Uses of NavigationFormEvent in com.saperion.ngc.maintab
Methods in com.saperion.ngc.maintab that return NavigationFormEvent Modifier and Type Method Description static NavigationFormEvent
LastOpenedApplication. get()
Restores the event that was used to open the last application from the setting stored in the database.Methods in com.saperion.ngc.maintab with parameters of type NavigationFormEvent Modifier and Type Method Description static void
LastOpenedApplication. store(NavigationFormEvent openEvent)
Stores the event that was used to open the last application in the database.
-