Example usage for com.google.gwt.user.client.ui.impl TextBoxImpl subclass-usage

List of usage examples for com.google.gwt.user.client.ui.impl TextBoxImpl subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui.impl TextBoxImpl subclass-usage.

Usage

From source file org.xwiki.gwt.user.client.ui.internal.TextBoxImplIEOld.java

/**
 * Extends the text box implementation provided by GWT for IE with the ability to access and modify the selection
 * (cursor position and selection length) even when the text box doesn't have the focus.
 * 
 * @version $Id: 6d292b73f46b59484e82b395c81f67391943e050 $
 */