| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders | |
| com.holonplatform.vaadin.flow.components.events |
| Modifier and Type | Method and Description |
|---|---|
C |
ItemListingConfigurator.withItemRefreshListener(ItemEventListener<L,T,ItemEvent<L,T>> listener)
Adds a listener that gets notified when the item listing data is refreshed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemEventListener<S,T,E extends ItemEvent<S,T>>
A listener for item events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemClickEvent<S,T>
Event fired when a component which represents an item is clicked.
|
interface |
ItemListingClickEvent<S,T,P>
An
ItemClickEvent bound to an ItemListing. |
interface |
ItemListingItemEvent<S,T,P>
An
ItemEvent bound to an ItemListing. |
Copyright © 2019 The Holon Platform. All rights reserved.