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 com.google.gwt.event.shared.HandlerRegistration |
addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<String> handler) |
static void |
fireCurrentHistoryState() |
static void |
newItem(String historyToken,
boolean fireEvent) |
public static com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.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 © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.