On Thu, Aug 20, 2009 at 14:02, Dalla<[email protected]> wrote:
>
> I´m still not sure I´m following :-/
> Could you please post a short example?

I think something like this:

interface HasAdres {
 HasValue<String> getStreet();
}

class AdresWidget implements HasAdres {
}

class LargeFormWidget implements LargeForm.Display  {
   AdresWidget aw = new AdresWidget();

  public HasAddres getAdress() { return  aw; }

}

--~--~---------~--~----~------------~-------~--~----~
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