1 16 package com.google.gwt.user.client.ui.impl; 17 18 import com.google.gwt.user.client.Element; 19 20 24 public class TextBoxImplIE6 extends TextBoxImpl { 25 26 public native int getCursorPos(Element elem) ; 37 38 public native int getSelectionLength(Element elem) ; 49 50 public native int getTextAreaCursorPos(Element elem) ; 62 63 public native void setSelectionRange(Element elem, int pos, int length) ; 74 75 } 76 | Popular Tags |