Interface DashboardCard.View

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<DashboardCard>, org.jboss.errai.common.client.api.elemental2.IsElement, org.uberfire.client.mvp.UberElemental<DashboardCard>
    All Known Implementing Classes:
    DashboardCardView
    Enclosing class:
    DashboardCard

    public static interface DashboardCard.View
    extends org.uberfire.client.mvp.UberElemental<DashboardCard>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setDashboardId​(String title)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.common.client.api.elemental2.IsElement

        getElement
    • Method Detail

      • setDashboardId

        void setDashboardId​(String title)