You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
hi guys I am working on GWT and i have something like
public class QuickSearch extends Canvas { private HLayout mainBodyLayout = new HLayout(); //the main layout containing other layouts.
//button layout private Layout getButtonLayout() { //here i want to check IF mainBodyLayout already contains getButtonLayout() , if it does not contain only then add it like mainBodyLayout.addMember(getButtonLayout()); Any idea how i can check if getButtonLayout() is already present in mainBodyLayout ?