| Package | Description |
|---|---|
| com.vaadin.flow.component.ironlist | |
| com.vaadin.flow.data.binder |
| Modifier and Type | Class and Description |
|---|---|
class |
IronList<T>
Component that encapsulates the functionality of the
<iron-list>
webcomponent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasDataProvider<T>
A generic interface for listing components that use a data provider for
showing data.
|
interface |
HasFilterableDataProvider<T,F>
A generic interface for listing components that use a filterable data
provider for showing data.
|
interface |
HasItemsAndComponents<T>
Represents a component that display a collection of items and can have
additional components between the items.
|
Copyright © 2021. All rights reserved.