The code was copied rather than extended because the original GWT code does not faciliate extension. GWT code is often difficult to extend due to design choices like the use of private or final variables, methods, or dependent classes.
CSS Style Rules
.gwt-DateBox
default style name
.dateBoxPopup
Applied to the popup around the DatePicker
.dateBoxFormatError
Default style for when the date box has bad input. Applied by {@link DateBox.DefaultFormat} when the text does not represent a date thatcan be parsed
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.