TextField<String> text = new TextField<String>(); text.setFieldLabel("Name"); text.setEmptyText("Enter your full name"); text.setAllowBlank(false); text.setMinLength(4);
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.