Uses of Interface
dev.webfx.platform.windowlocation.spi.PathStateLocation
Packages that use PathStateLocation
Package
Description
-
Uses of PathStateLocation in dev.webfx.platform.windowhistory.spi
Subinterfaces of PathStateLocation in dev.webfx.platform.windowhistory.spiModifier and TypeInterfaceDescriptioninterfaceA location answers two important (philosophical) questions: Where am I?Methods in dev.webfx.platform.windowhistory.spi that return PathStateLocationModifier and TypeMethodDescriptionBrowsingHistory.createPathStateLocation(String path, ReadOnlyAstObject state) Methods in dev.webfx.platform.windowhistory.spi with parameters of type PathStateLocationModifier and TypeMethodDescriptionBrowsingHistory.getPath(PathStateLocation location) Creating URLs ******************************************************* Additionally, history objects can be used to create URL paths and/or hrefs for<a>tags that link to various places in your app.voidBrowsingHistory.push(PathStateLocation location) Push a new entry onto the history stack.voidBrowsingHistory.replace(PathStateLocation location) Replace the current entry on the history stack. -
Uses of PathStateLocation in dev.webfx.platform.windowhistory.spi.impl
Classes in dev.webfx.platform.windowhistory.spi.impl that implement PathStateLocationMethods in dev.webfx.platform.windowhistory.spi.impl that return PathStateLocationModifier and TypeMethodDescriptionBrowsingHistoryBase.createPathStateLocation(String path, ReadOnlyAstObject state) Methods in dev.webfx.platform.windowhistory.spi.impl with parameters of type PathStateLocationModifier and TypeMethodDescriptionprotected Future<BrowsingHistoryLocationImpl>BrowsingHistoryBase.checkBeforeThenTransit(PathStateLocation location, BrowsingHistoryEvent event) protected Future<BrowsingHistoryLocationImpl>BrowsingHistoryBase.checkBeforeUnloadThenCheckBeforeThenTransit(PathStateLocation location, BrowsingHistoryEvent event) BrowsingHistoryBase.createHistoryLocation(PathStateLocation pathStateLocation, BrowsingHistoryEvent event) BrowsingHistoryBase.getPath(PathStateLocation location) voidBrowsingHistoryBase.push(PathStateLocation location) voidBrowsingHistoryBase.replace(PathStateLocation location) Constructors in dev.webfx.platform.windowhistory.spi.impl with parameters of type PathStateLocationModifierConstructorDescriptionBrowsingHistoryLocationImpl(PathStateLocation location, BrowsingHistoryEvent event, String key) -
Uses of PathStateLocation in dev.webfx.platform.windowlocation.spi.impl
Classes in dev.webfx.platform.windowlocation.spi.impl that implement PathStateLocationConstructors in dev.webfx.platform.windowlocation.spi.impl with parameters of type PathStateLocation