ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

ButtonHelper.createButtonLabel should accept ImageResource #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ButtonHelper.createButtonLabel has as parameter for image only 
AbstractImagePrototype. For usage with ClientBundle it should also accept 
ImageResource.

New method might look like: 

public static String createButtonLabel(ImageResource imageResource, String 
text, ButtonLabelType type)

Version:
gwt-mosaic-0.4.0-rc4

Original issue reported on code.google.com by horsky.p...@gmail.com on 29 Apr 2010 at 9:45