Interface MetricDisplayer.View

  • All Superinterfaces:
    org.dashbuilder.displayer.client.AbstractDisplayer.View, org.dashbuilder.displayer.client.AbstractGwtDisplayer.View<MetricDisplayer>, org.uberfire.client.mvp.HasPresenter<MetricDisplayer>, com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<MetricDisplayer>
    All Known Implementing Classes:
    MetricView
    Enclosing class:
    MetricDisplayer

    public static interface MetricDisplayer.View
    extends org.dashbuilder.displayer.client.AbstractGwtDisplayer.View<MetricDisplayer>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void eval​(String js)  
      String getColumnsTitle()  
      String getNoDataString()  
      String getUniqueId()  
      void setHtml​(String html)  
      • Methods inherited from interface org.dashbuilder.displayer.client.AbstractDisplayer.View

        cancelRefreshTimer, clear, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, setId, showLoading, showVisualization
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • getUniqueId

        String getUniqueId()
      • setHtml

        void setHtml​(String html)
      • eval

        void eval​(String js)
      • getNoDataString

        String getNoDataString()
      • getColumnsTitle

        String getColumnsTitle()