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.
The default format ( {@link #getFormat}) depends on JVM's setting and the current user's locale. That is, DateFormat.getDateInstance(DateFormat,DEFAULT, Locales.getCurrent).
You might override {@link #getDefaultFormat} to provide your own defaultformat.
Default {@link #getZclass}: z-datebox.(since 3.5.0) @author tomyeh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|