com.google.gwt.user.client.ui.impl
Class TextBoxImpl
java.lang.Object
com.google.gwt.user.client.ui.impl.TextBoxImpl
- Direct Known Subclasses:
- TextBoxImplIE6
public class TextBoxImpl
- extends java.lang.Object
Implementation class used by TextBox.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextBoxImpl
public TextBoxImpl()
getCursorPos
public int getCursorPos(Element elem)
getSelectionLength
public int getSelectionLength(Element elem)
getTextAreaCursorPos
public int getTextAreaCursorPos(Element elem)
getTextAreaSelectionLength
public int getTextAreaSelectionLength(Element elem)
setSelectionRange
public void setSelectionRange(Element elem,
int pos,
int length)