How to make mailto link in gwt?

gwt

Solution

disclosurePanel.setContent(
    new Anchor("Contact us", "mailto:contact@example.com"));

Problem

How to make mailto link in gwt using Label, Hyperlink or anyother Widget and add that widget in DisclosurePanel. Any Idea please?

Original source