15
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Jun 07, 2025 — Jun 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create README.md More... almost 11 years ago
Enable selectContentOnSelectAll on the HTMLPane. More... about 11 years ago
Use SplitPane.autoNavigate with the Layout > SplitPane sample. More... about 11 years ago
Updated sample thumbnails. More... about 11 years ago
Add new customizer classes to support changing the default values of SimpleType.getGroupTitle and SimpleType.getGroupValue(). [gm] More... about 11 years ago
Fix widget topology of NestingSample to match SmartClient FE counterpart. [as2] More... about 11 years ago
Update the GWT javadoc external links autogeneraetd into our javadocs. Only the most recent GWT toolkit javadocs are available for linking.[gm] More... over 11 years ago
Improved the management of the AUTOIDClass property. More... over 11 years ago
Added a check that there is at least one Tab to remove. More... over 11 years ago
Store the AUTOIDClass when auto-assigning an ID. More... over 11 years ago
Add a few missing Criteria.addCriteria() APIs and update addCriteria(String,Object). [gm] More... over 11 years ago
Add proper documentation for this Interface. [gm] More... over 11 years ago
Fixed the docs for the Calendar EventDialog and EventEditor customizers More... over 11 years ago
Added an adjustment to the sample so that it matches with its smartclient counterpart. [as2] More... over 11 years ago
Fix widget topology of AutofitNewRecordsSample to match SmartClient FE counterpart. [gm] More... over 11 years ago
Replaced deprecated APIs and increased the width of the "Qty" field. More... over 11 years ago
Updated the "Custom Column Editors" sample to use setEditorProperties() instead of the setEditorType() deprecated method. [as2] More... over 11 years ago
provide capability to force a single Java Object (rather than Object[]) to be returned from SmartGWT.convertToJavaType(), triggered by passing an explicit null (rather than undefined or a valid field type) as the type argument. [gm] More... over 11 years ago
- Return an appropriately-typed Object[], Integer[], or similar from SmartGWT.convertToJavaType() if a "type hint" is provided, rather than always returning a JavaScriptObject native JS Array if present. - Add some new JSOHelper APIs that will be needed to handle the above. [gm] More... over 11 years ago
When setting BeanFactory Enum properties, convert camelCase to underscores when needed ... e.g. isNull -> IS_NULL. More... over 11 years ago
Do not try to generate BeanFactories for private classes, as it will not work. More... over 11 years ago
Fix problem when generating BeanFactories and properties have single-letter names (e.g. setX). More... over 11 years ago
- Add configuration API ConfigUtil.setUseWarningsForConfiguraitonErrors() to control whether an IllegalStateException is thrown instead of logging for certain errors. - Add additional Java argument signature for ConfigUtil.warnofPreConfigInstantiation(). [gm] More... over 11 years ago
Reinstate some translated strings More... over 11 years ago
Added new i18n attribute, Calendar.removeButtonTitle - the title text for the "Remove Event" button in a Calendar's EventEditor. More... over 11 years ago
Refactor the SmartGWT modules so as to avoid having to use the module path "excludes" property, which isn't overridable in GWT as needed using module inheritance. The SmartClientNoScriptNoTheme module (in smartclient_tpl.jar) is now just an empty module. [gm] More... over 11 years ago
Added new i18n key tabSet_ariaCloseableSuffix. More... over 11 years ago
Add new docs on using SGWT configuration properties APIs. [gm] More... over 11 years ago
Improve support for logging invalid use of configuration properties. [gm] More... over 11 years ago
Add code to support warning/tracking bad usage of a DataClass object passed to the configuration API of another object: - warn if the same DataClass instance is passed to configure another object - warn if a property of instance is changed after it's passed as a configuration [gm] More... over 11 years ago