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

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

Introduction

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

Usage

From source file org.xwiki.gwt.user.client.ui.internal.TextBoxImplIE6.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: ad7254c17d1a20e337c95b88392642faba4ce333 $
 */