public class CardsGridComponent extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CardsGridComponent.View |
| Constructor and Description |
|---|
CardsGridComponent(CardsGridComponent.View view,
org.jboss.errai.ioc.client.api.ManagedInstance<CardFrameComponent> cardFrameInstances) |
| Modifier and Type | Method and Description |
|---|---|
void |
enableReadOnlyModeForAllCards() |
elemental2.dom.HTMLElement |
getElement() |
void |
setEmptyState(elemental2.dom.HTMLElement emptyStateElement) |
void |
setupCards(List<CardComponent> cards) |
@Inject public CardsGridComponent(CardsGridComponent.View view, org.jboss.errai.ioc.client.api.ManagedInstance<CardFrameComponent> cardFrameInstances)
public void setupCards(List<CardComponent> cards)
public void setEmptyState(elemental2.dom.HTMLElement emptyStateElement)
public void enableReadOnlyModeForAllCards()
public elemental2.dom.HTMLElement getElement()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.