1 16 package com.google.gwt.user.client.ui.impl; 17 18 import com.google.gwt.core.client.JavaScriptObject; 19 import com.google.gwt.user.client.Element; 20 21 26 public class FocusImplSafari extends FocusImplOld { 27 28 public native void blur(Element elem) ; 35 36 public native void focus(Element elem) ; 43 44 protected native Element createHiddenInput() ; 52 53 protected native JavaScriptObject createMouseHandler() ; 66 67 } 68 | Popular Tags |