Roughian Examples Site Map - GWT Examples - Tutorials

TextBox


Version 1.0 onwards

The TextBox widget lets the user input a single line of text



Listeners



Notes


The TextBox widget can be used to input text.


Code


TextBox widget = new TextBox();
widget.addStyleName("demo-TextBox");
widget.setWidth("200px");