like this?

Buttons buttons = new Buttons();
TextFields fields = new TextFields();
buttons.setFieds(fields);
fields.setButtons(buttons);

??

Can you elaborate?

On May 28, 7:05 am, Mark <[email protected]> wrote:
> Hello,
>
> I need your help! I've got two files:
>
> Buttons.ui.xml / Buttons.java
> TextFields.ui.xml / TextFields.java
>
> Now I need to change the content of the TextFields in the Buttons and
> vice versa. Is it possible to do this without merging the two ui and
> java files? I hope you understand what I mean.
>
> Thank you very much for your help!
> Mark

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to