Roughian Examples Site Map - GWT Examples - Tutorials

TextBox


Version 1.0 onwards

The TextArea widget is a multi-line TextArea



Listeners



Notes


The TextArea widget can be used to input multiple lines of text.


Code


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