On 7 nov, 07:30, Roy <roy.sm...@cleverthinking.co.uk> wrote:
> Obvious question really ...
> Is there a GWT wrapper for the Closure Library, either now or planned?
I'm not sure a wrapper would be a good thing (for instance, Closure
APIs have many overlap with GWT's one); but a port would be possible
(or rather than a "port", use Closure as an inspiration for equivalent
features in GWT).
For example, Closure's goog.spell.* would be cool, as well as
goog.ui.Dialog (GWT's DialogBox isn't a real equivalent, even with its
new "glass pane": goog.ui.Dialog seems to have a better glass pane and
focus management; and its ButtonSet and close button in the title is
way cool too)