Interface | Description |
---|---|
Location |
Represents a location within the application, such as the open view and the selected item.
|
LocationChangedEvent.Handler |
Handler interface for
LocationChangedEvent . |
LocationChangeRequestedEvent.Handler |
Handler interface for
LocationChangeRequestedEvent . |
LocationHistoryMapper |
Maps
Location s to/from fragments, used to configure a LocationHistoryHandler . |
Class | Description |
---|---|
DefaultLocation |
Default location implementation.
|
LocationChangedEvent |
Event fired when a location change occurs.
|
LocationChangeRequestedEvent |
Event fired when a location change is about to happen usually in response to user interaction.
|
LocationController |
Manages the user's location in the application and controls location changes.
|
LocationHistoryHandler |
Monitors the browser history for location changes and calls the
LocationController to initiate location changes
accordingly, also listens for location change events on the EventBus and updates the browser history to match. |
Copyright © 2017 Magnolia International Ltd.. All rights reserved.