You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a VStack and add some members using addMember(...)
2. Get the list of members using getMembers() (described in the SmartClient
API docs)
What is the expected output? What do you see instead?
I expect to get back a list of the members of the stack but the method is
not implemented in SmartGWT.
What version of the product are you using? On what operating system?
4 Dec 2008 nightly build of SmartGWT
GWT 1.5.3
Mac OS X 1.5.5
Original issue reported on code.google.com by jhar...@gmail.com on 5 Dec 2008 at 7:24
The text was updated successfully, but these errors were encountered:
The missing method getMembers() should be added to Layout (where it exists in
SmartClient). A convenience method such as getNumMembers() would be nice, too.
Without one of these methods it is impossible to iterate over the members of a
Layout.
Original comment by gaheris@gmail.com on 7 Dec 2008 at 8:31
Original issue reported on code.google.com by
jhar...@gmail.com
on 5 Dec 2008 at 7:24The text was updated successfully, but these errors were encountered: