Class CardsGridComponentView
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.cards.CardsGridComponentView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,CardsGridComponent.View,org.uberfire.client.mvp.HasPresenter<CardsGridComponent>,org.uberfire.client.mvp.UberElemental<CardsGridComponent>
@Templated public class CardsGridComponentView extends Object implements CardsGridComponent.View
-
-
Constructor Summary
Constructors Constructor Description CardsGridComponentView(elemental2.dom.HTMLDivElement cardGrid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendCard(elemental2.dom.HTMLElement cardElement)voidclearGrid()voidinit(CardsGridComponent presenter)
-
-
-
Method Detail
-
init
public void init(CardsGridComponent presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CardsGridComponent>
-
clearGrid
public void clearGrid()
- Specified by:
clearGridin interfaceCardsGridComponent.View
-
appendCard
public void appendCard(elemental2.dom.HTMLElement cardElement)
- Specified by:
appendCardin interfaceCardsGridComponent.View
-
-