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 Detail

      • setUnits

        void setUnits​(String units)
        Set the current units
        Parameters:
        units - A string representing the unit type
      • setEnabled

        void setEnabled​(boolean enabled)
        Enable/disable this widget
        Parameters:
        enabled -
      • getUnits

        String getUnits()
        Get the current units