Skip navigation links
C G I O S 

C

com.vaadin.flow.component.ironlist - package com.vaadin.flow.component.ironlist
 
com.vaadin.flow.component.ironlist.osgi - package com.vaadin.flow.component.ironlist.osgi
 

G

getContributions() - Method in class com.vaadin.flow.component.ironlist.osgi.IronListContributor
 
getDataCommunicator() - Method in class com.vaadin.flow.component.ironlist.IronList
Returns the data communicator of this list.
getDataProvider() - Method in class com.vaadin.flow.component.ironlist.IronList
Returns the data provider of this list.
getPlaceholderItem() - Method in class com.vaadin.flow.component.ironlist.IronList
Gets the placeholder item of this list, or null if none has been set.

I

IronList<T> - Class in com.vaadin.flow.component.ironlist
Component that encapsulates the functionality of the <iron-list> webcomponent.
IronList() - Constructor for class com.vaadin.flow.component.ironlist.IronList
Creates an empty list.
IronListContributor - Class in com.vaadin.flow.component.ironlist.osgi
Iron list connector and styles resources registration.
IronListContributor() - Constructor for class com.vaadin.flow.component.ironlist.osgi.IronListContributor
 
isGridLayout() - Method in class com.vaadin.flow.component.ironlist.IronList
Gets whether this list is rendered in a grid layout instead of a linear list.

O

onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
 

S

setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.ironlist.IronList
 
setGridLayout(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets this list to be rendered as a grid.
setPlaceholderItem(T) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets an item to be shown as placeholder in the list while the real data in being fetched from the server.
setRenderer(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets a renderer for the items in the list, by using a ValueProvider.
setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets a renderer for the items in the list, by using a TemplateRenderer.
C G I O S 
Skip navigation links

Copyright © 2026. All rights reserved.