Uses of Class
io.github.mmm.ui.api.controller.UiPlace
Packages that use UiPlace
-
Uses of UiPlace in io.github.mmm.ui.api.controller
Fields in io.github.mmm.ui.api.controller declared as UiPlaceModifier and TypeFieldDescriptionstatic final UiPlaceUiPlace.HOMEThe default place to navigate to if the application is started without specifying a customUiPlace.static final UiPlaceUiPlace.NONEThe initial place before the client is initialized by navigating to the first place.Methods in io.github.mmm.ui.api.controller that return UiPlaceModifier and TypeMethodDescriptionUiNavigationManager.getCurrentPlace()UiNavigationEvent.getNewPlace()UiNavigationEvent.getOldPlace()UiNavigationManager.navigateBack()This method navigates back in the history to theUiPlacethat has been visited before.UiNavigationManager.navigateForward()This method navigates forward in the history.static UiPlacestatic UiPlacestatic UiPlacestatic UiPlaceUiPlace.of(String id, String key1, Object value1, String key2, Object value2, String key3, Object value3) static UiPlaceThis is the inverse operation oftoString().Methods in io.github.mmm.ui.api.controller with parameters of type UiPlaceModifier and TypeMethodDescriptiondefault voidUiNavigationManager.navigateTo(UiPlace place) Navigates to the givenUiPlace.voidUiNavigationManager.navigateTo(UiPlace place, boolean replace) Navigates to the givenUiPlace.voidUiNavigationManager.updatePlace(UiPlace place) Replaces thecurrent placewith the givenUiPlacewithout creating a new entry in the navigation history.Constructors in io.github.mmm.ui.api.controller with parameters of type UiPlaceModifierConstructorDescriptionUiNavigationEvent(UiPlace oldPlace, UiPlace newPlace, boolean programmatic) The constructor. -
Uses of UiPlace in io.github.mmm.ui.api.controller.action
Methods in io.github.mmm.ui.api.controller.action with parameters of type UiPlace