Uses of Class
io.github.mmm.ui.api.controller.UiPlace
-
Packages that use UiPlace Package Description io.github.mmm.ui.api.controller io.github.mmm.ui.api.controller.action -
-
Uses of UiPlace in io.github.mmm.ui.api.controller
Fields in io.github.mmm.ui.api.controller declared as UiPlace Modifier and Type Field Description static UiPlaceUiPlace. HOMEThe default place to navigate to if the application is started without specifying a customUiPlace.static 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 UiPlace Modifier and Type Method Description UiPlaceUiNavigationManager. getCurrentPlace()UiPlaceUiNavigationEvent. getNewPlace()UiPlaceUiNavigationEvent. getOldPlace()UiPlaceUiNavigationManager. navigateBack()This method navigates back in the history to theUiPlacethat has been visited before.UiPlaceUiNavigationManager. navigateForward()This method navigates forward in the history.static UiPlaceUiPlace. of(String id)static UiPlaceUiPlace. of(String id, String key, Object value)static UiPlaceUiPlace. of(String id, String key1, Object value1, String key2, Object value2)static UiPlaceUiPlace. of(String id, String key1, Object value1, String key2, Object value2, String key3, Object value3)static UiPlaceUiPlace. parse(String place)This is the inverse operation oftoString().Methods in io.github.mmm.ui.api.controller with parameters of type UiPlace Modifier and Type Method Description default 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 UiPlace Constructor Description UiNavigationEvent(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 Modifier and Type Method Description static UiActionNavigateUiActionNavigate. of(UiPlace place)
-