Uses of Class
io.github.mmm.ui.spi.controller.UiNavigationMode
-
Packages that use UiNavigationMode Package Description io.github.mmm.ui.spi.controller -
-
Uses of UiNavigationMode in io.github.mmm.ui.spi.controller
Methods in io.github.mmm.ui.spi.controller that return UiNavigationMode Modifier and Type Method Description static UiNavigationMode
UiNavigationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static UiNavigationMode[]
UiNavigationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.mmm.ui.spi.controller with parameters of type UiNavigationMode Modifier and Type Method Description protected void
AbstractUiNavigationManager. navigateTo(UiPlace place, UiNavigationMode mode, boolean programmatic)
-