I am learner in GWT and trying out following layout.
RootLayoutPanel contains Docklayout panel which contains FlowPanel.
To the FlowPanel I am adding selection list with name SEL.
My issue is that in next screen I need to access selection list but I am not finding any methods which will recursively check all child widgets with given name.
I am looking for something like this.
RootLayoutPanel.get().getDescendantWidget("SEL") to return selection list I am looking which is nested 3 levels deep from RootLayoutPanel.
Hope my question is clear and thanks a ton for your time.
Regards,
Mano.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/WcNmJ9lDlswJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment