Interface CardsGridComponent.View

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

    public static interface CardsGridComponent.View
    extends org.uberfire.client.mvp.UberElemental<CardsGridComponent>, org.jboss.errai.ui.client.local.api.elemental2.IsElement
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void appendCard​(elemental2.dom.HTMLElement cardElement)  
      void clearGrid()  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        getElement
    • Method Detail

      • clearGrid

        void clearGrid()
      • appendCard

        void appendCard​(elemental2.dom.HTMLElement cardElement)