public class HistoryWrapper extends Object
HistoryImplPushState or GWT's default History. At runtime,
if HTML5 pushstate is supported, the former implementation is used.| Modifier and Type | Method and Description |
|---|---|
static org.gwtproject.event.shared.HandlerRegistration |
addValueChangeHandler(org.gwtproject.event.logical.shared.ValueChangeHandler<String> handler) |
static void |
fireCurrentHistoryState() |
static void |
newItem(String historyToken,
boolean fireEvent) |
public static org.gwtproject.event.shared.HandlerRegistration addValueChangeHandler(org.gwtproject.event.logical.shared.ValueChangeHandler<String> handler)
History.addValueChangeHandler(ValueChangeHandler)public static void newItem(String historyToken, boolean fireEvent)
History.newItem(String, boolean)public static void fireCurrentHistoryState()
History.fireCurrentHistoryState()Copyright © 2020 Treblereel. All rights reserved.