1 16 package com.google.gwt.user.client.impl; 17 18 import com.google.gwt.user.client.Element; 19 20 24 class HistoryImplIE6 extends HistoryImplFrame { 25 26 private static native void initUrlCheckTimer() ; 53 54 public boolean init() { 55 if (!super.init()) { 56 return false; 57 } 58 initUrlCheckTimer(); 59 return true; 60 } 61 62 protected native String getTokenElementContent(Element tokenElement) ; 65 66 protected native void initHistoryToken() ; 84 85 protected native void injectGlobalHandler() ; 96 97 protected native void newItemImpl(Element historyFrame, String historyToken, boolean forceAdd) ; 107 } 108 | Popular Tags |