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.IsWidget
Interface defining a widget to display units information- Author:
- Guy Griffiths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUnits()
Get the current unitsvoid
setEnabled(boolean enabled)
Enable/disable this widgetvoid
setUnits(String units)
Set the current units
-