The TextBox widget lets the user input a single line of text
TextBox widget = new TextBox();
widget.addStyleName(”demo-TextBox”);
widget.setWidth(”200px”);
Add A Comment
You must be logged in to post a comment.
The TextBox widget lets the user input a single line of text
TextBox widget = new TextBox();
widget.addStyleName(”demo-TextBox”);
widget.setWidth(”200px”);
You must be logged in to post a comment.