Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion extending uiBinder - give support to 3rd party GUI JavaScript toolkits
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sebastián Gurin  
View profile  
 More options Oct 28 2012, 4:11 pm
From: Sebastián Gurin <sebastigu...@gmail.com>
Date: Sun, 28 Oct 2012 13:11:26 -0700 (PDT)
Local: Sun, Oct 28 2012 4:11 pm
Subject: extending uiBinder - give support to 3rd party GUI JavaScript toolkits

Hi all. I have ported a GUI JavaScript library to GWT -http://code.google.com/p/yuigwt/. I would like yuigwt users be able to use YUI widgets in uibinder.

YUI (yuigwt) defines its own Widget infrastructure and class hierarchy,
event handling, etc and it not depends on GWT widgets and GWT DOM.  It also
has some rudimentary support for displaying YUI widgets inside GWT Widgets
and viceversa, and the same for com.google.gwt.dom.client.*

As I understand from javadocs, all my custom UIBinder classes must inherit
from com.google.gwt.user.client.ui.UIObject. But it seems it do not support
events, so I guess this mean uiBinder is dependent on GWT Widgets.

I have found no documentation or forum post dedicated explicitly to
UIBinder and 3rd party javascript toolkits interoperability.  Also I have
found some projects aimed to do this like
http://code.google.com/p/gwt-customuibinder/, but I'm not sure to use them.

So my questions are, for defining UIBinder classes to support YUI Widgets,

1) is there are a way of support uibinder Events without working with GWT
Widgets API?

2) Do I need to base my uibinder on GWT Widget ? An I obligated to work
with my rudimentary GWT widget - YUI widget intoroperability ?

3) any one have any expertice in this field (give 3rd party JavaScript
toolkits ported to GWT uiBinder support ? )

Thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.