Contains the base implementation for widgets using GWT.
Client UI Impl GWT Widget
This package and its sub-packages contain the implementation for Client UI API
Widget using GWT (Google Web Toolkit). ATTENTION:
You have to ensure that you set browser in standard mode when using this implementation. It will NOT properly work in
quirks mode. To ensure standard mode simply add this line to your HTML page:
<!DOCTYPE html>