Interface UnitsInfoIF
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
UnitsInfo
public interface UnitsInfoIF extends com.google.gwt.user.client.ui.IsWidgetInterface defining a widget to display units information- Author:
- Guy Griffiths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUnits()Get the current unitsvoidsetEnabled(boolean enabled)Enable/disable this widgetvoidsetUnits(String units)Set the current units
-