The TextArea widget can be used to input multiple lines of text.
TextArea widget = new TextArea(); widget.addStyleName("demo-TextArea"); widget.setWidth("200px");