Package com.googlecode.mgwt.ui.client.widget.button

Examples of com.googlecode.mgwt.ui.client.widget.button.ImageButton


    spacer = new HTML();
    spacer.setHeight("100px");
    content.add(spacer);

    ImageButton imageButton = new ImageButton(ImageHolder.get().about());
    content.add(imageButton);
    imageButton.setText("ImageButton");

    scrollPanel.setWidget(content);
  }
View Full Code Here

TOP

Related Classes of com.googlecode.mgwt.ui.client.widget.button.ImageButton

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.