Brian Slesinsky has posted comments on this change.

Change subject: Introduces generic Composite widgets.
......................................................................


Patch Set 3:

(4 comments)

Composite looks good. Some javadoc tweaks:

....................................................
File user/src/com/google/gwt/user/client/ui/Composite.java
Line 32: * calls to the wrapped widget (e.g. HasWidgets APIs). Also, alternatively, subclasses can choose a
"Also, alternatively," -> "As an alternative,"


Line 36: * <h3>Example</h3> {@example com.google.gwt.examples.CompositeExample}
Do we need to update the example?


Line 127: * Provides subclasses access to the widget that higher level APIs are "Returns the delegate widget passed to initWidget(). Subclasses may forward API calls to this delegate."


Line 140:    *
"The same widget will be wrapped and used as a delegate. if you want to use a different delegate, call initWidget(Widget, T) instead."


--
To view, visit https://gwt-review.googlesource.com/2582
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I41e5c07e978d442db7d8402c57605cec1b3ea09e
Gerrit-PatchSet: 3
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Goktug Gokdogan <[email protected]>
Gerrit-Reviewer: Brian Slesinsky <[email protected]>
Gerrit-Reviewer: Goktug Gokdogan <[email protected]>
Gerrit-Reviewer: Jens Nehlmeier <[email protected]>
Gerrit-Reviewer: Leeroy Jenkins <[email protected]>
Gerrit-Reviewer: Matthew Dempsky <[email protected]>
Gerrit-Reviewer: Thomas Broyer <[email protected]>
Gerrit-HasComments: Yes

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to