Uses of Enum
dev.webfx.platform.windowhistory.spi.BrowsingHistoryEvent
Packages that use BrowsingHistoryEvent
-
Uses of BrowsingHistoryEvent in dev.webfx.platform.windowhistory.spi
Methods in dev.webfx.platform.windowhistory.spi that return BrowsingHistoryEventModifier and TypeMethodDescriptionBrowsingHistoryLocation.getEvent()
Returns an history event that describes the type of change that has been done to the URL to get there.static BrowsingHistoryEvent
Returns the enum constant of this type with the specified name.static BrowsingHistoryEvent[]
BrowsingHistoryEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BrowsingHistoryEvent in dev.webfx.platform.windowhistory.spi.impl
Methods in dev.webfx.platform.windowhistory.spi.impl that return BrowsingHistoryEventMethods in dev.webfx.platform.windowhistory.spi.impl with parameters of type BrowsingHistoryEventModifier 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) void
BrowsingHistoryLocationImpl.setEvent
(BrowsingHistoryEvent event) Constructors in dev.webfx.platform.windowhistory.spi.impl with parameters of type BrowsingHistoryEventModifierConstructorDescriptionBrowsingHistoryLocationImpl
(PathStateLocation location, BrowsingHistoryEvent event, String key)