public class

TextBoxImpl

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.ui.impl.TextBoxImpl
Known Direct Subclasses

Class Overview

Implementation class used by TextBox.

Summary

Public Constructors
TextBoxImpl()
Public Methods
int getCursorPos(Element elem)
int getSelectionLength(Element elem)
int getTextAreaCursorPos(Element elem)
int getTextAreaSelectionLength(Element elem)
void setSelectionRange(Element elem, int pos, int length)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TextBoxImpl ()

Public Methods

public int getCursorPos (Element elem)

public int getSelectionLength (Element elem)

public int getTextAreaCursorPos (Element elem)

public int getTextAreaSelectionLength (Element elem)

public void setSelectionRange (Element elem, int pos, int length)