Uses of Interface
com.google.gwt.place.shared.PlaceHistoryHandler.Historian
-
Packages that use PlaceHistoryHandler.Historian Package Description com.google.gwt.place.shared A package for managing bookmarkable locations in an application. -
-
Uses of PlaceHistoryHandler.Historian in com.google.gwt.place.shared
Classes in com.google.gwt.place.shared that implement PlaceHistoryHandler.Historian Modifier and Type Class Description static class
PlaceHistoryHandler.DefaultHistorian
Default implementation ofPlaceHistoryHandler.Historian
, based onHistory
.Constructors in com.google.gwt.place.shared with parameters of type PlaceHistoryHandler.Historian Constructor Description PlaceHistoryHandler(PlaceHistoryMapper mapper, PlaceHistoryHandler.Historian historian)
Create a new PlaceHistoryHandler.
-