Interface InfoPopupSupported

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getInfo()
      Gets the info message.
      void hideInfoPopup()
      Hides the info popup if shown.
      void setInfo​(java.lang.String info)
      Sets the info message.
      Notice that an empty string will set the style but dows not show any popup.
      void showInfoPopup()
      Shows the info popup.
      Requires the info message set.
    • Method Detail

      • getInfo

        java.lang.String getInfo()
        Gets the info message.
        Returns:
        the message, null if no info
      • setInfo

        void setInfo​(java.lang.String info)
        Sets the info message.
        Notice that an empty string will set the style but dows not show any popup.
        Parameters:
        info - the info message, null to clear
      • showInfoPopup

        void showInfoPopup()
        Shows the info popup.
        Requires the info message set.
      • hideInfoPopup

        void hideInfoPopup()
        Hides the info popup if shown.